Cisco Meraki v0.4.1 published on Saturday, Mar 15, 2025 by Pulumi
meraki.organizations.getSmVppAccounts
Explore with Pulumi AI
Example Usage
Using getSmVppAccounts
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSmVppAccounts(args: GetSmVppAccountsArgs, opts?: InvokeOptions): Promise<GetSmVppAccountsResult>
function getSmVppAccountsOutput(args: GetSmVppAccountsOutputArgs, opts?: InvokeOptions): Output<GetSmVppAccountsResult>def get_sm_vpp_accounts(organization_id: Optional[str] = None,
                        vpp_account_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetSmVppAccountsResult
def get_sm_vpp_accounts_output(organization_id: Optional[pulumi.Input[str]] = None,
                        vpp_account_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetSmVppAccountsResult]func GetSmVppAccounts(ctx *Context, args *GetSmVppAccountsArgs, opts ...InvokeOption) (*GetSmVppAccountsResult, error)
func GetSmVppAccountsOutput(ctx *Context, args *GetSmVppAccountsOutputArgs, opts ...InvokeOption) GetSmVppAccountsResultOutput> Note: This function is named GetSmVppAccounts in the Go SDK.
public static class GetSmVppAccounts 
{
    public static Task<GetSmVppAccountsResult> InvokeAsync(GetSmVppAccountsArgs args, InvokeOptions? opts = null)
    public static Output<GetSmVppAccountsResult> Invoke(GetSmVppAccountsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSmVppAccountsResult> getSmVppAccounts(GetSmVppAccountsArgs args, InvokeOptions options)
public static Output<GetSmVppAccountsResult> getSmVppAccounts(GetSmVppAccountsArgs args, InvokeOptions options)
fn::invoke:
  function: meraki:organizations/getSmVppAccounts:getSmVppAccounts
  arguments:
    # arguments dictionaryThe following arguments are supported:
- OrganizationId string
- organizationId path parameter. Organization ID
- VppAccount stringId 
- vppAccountId path parameter. Vpp account ID
- OrganizationId string
- organizationId path parameter. Organization ID
- VppAccount stringId 
- vppAccountId path parameter. Vpp account ID
- organizationId String
- organizationId path parameter. Organization ID
- vppAccount StringId 
- vppAccountId path parameter. Vpp account ID
- organizationId string
- organizationId path parameter. Organization ID
- vppAccount stringId 
- vppAccountId path parameter. Vpp account ID
- organization_id str
- organizationId path parameter. Organization ID
- vpp_account_ strid 
- vppAccountId path parameter. Vpp account ID
- organizationId String
- organizationId path parameter. Organization ID
- vppAccount StringId 
- vppAccountId path parameter. Vpp account ID
getSmVppAccounts Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
GetSm Vpp Accounts Item 
- Items
List<GetSm Vpp Accounts Item> 
- Array of ResponseSmGetOrganizationSmVppAccounts
- OrganizationId string
- organizationId path parameter. Organization ID
- VppAccount stringId 
- vppAccountId path parameter. Vpp account ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
GetSm Vpp Accounts Item 
- Items
[]GetSm Vpp Accounts Item 
- Array of ResponseSmGetOrganizationSmVppAccounts
- OrganizationId string
- organizationId path parameter. Organization ID
- VppAccount stringId 
- vppAccountId path parameter. Vpp account ID
- id String
- The provider-assigned unique ID for this managed resource.
- item
GetSm Vpp Accounts Item 
- items
List<GetSm Vpp Accounts Item> 
- Array of ResponseSmGetOrganizationSmVppAccounts
- organizationId String
- organizationId path parameter. Organization ID
- vppAccount StringId 
- vppAccountId path parameter. Vpp account ID
- id string
- The provider-assigned unique ID for this managed resource.
- item
GetSm Vpp Accounts Item 
- items
GetSm Vpp Accounts Item[] 
- Array of ResponseSmGetOrganizationSmVppAccounts
- organizationId string
- organizationId path parameter. Organization ID
- vppAccount stringId 
- vppAccountId path parameter. Vpp account ID
- id str
- The provider-assigned unique ID for this managed resource.
- item
GetSm Vpp Accounts Item 
- items
Sequence[GetSm Vpp Accounts Item] 
- Array of ResponseSmGetOrganizationSmVppAccounts
- organization_id str
- organizationId path parameter. Organization ID
- vpp_account_ strid 
- vppAccountId path parameter. Vpp account ID
- id String
- The provider-assigned unique ID for this managed resource.
- item Property Map
- items List<Property Map>
- Array of ResponseSmGetOrganizationSmVppAccounts
- organizationId String
- organizationId path parameter. Organization ID
- vppAccount StringId 
- vppAccountId path parameter. Vpp account ID
Supporting Types
GetSmVppAccountsItem    
- AllowedAdmins string
- The allowed admins for the VPP account
- AssignableNetwork List<string>Ids 
- The network IDs of the assignable networks for the VPP account
- AssignableNetworks string
- The assignable networks for the VPP account
- ContentToken string
- The VPP service token
- Email string
- The email address associated with the VPP account
- Id string
- The id of the VPP Account
- LastForce stringSynced At 
- The last time the VPP account was force synced
- LastSynced stringAt 
- The last time the VPP account was synced
- Name string
- The name of the VPP account
- NetworkId stringAdmins 
- The network IDs of the admins for the VPP account
- ParsedToken GetSm Vpp Accounts Item Parsed Token 
- The parsed VPP service token
- VppAccount stringId 
- The id of the VPP Account
- VppLocation stringId 
- The VPP location ID
- VppLocation stringName 
- The VPP location name
- VppService stringToken 
- The VPP Account's Service Token
- AllowedAdmins string
- The allowed admins for the VPP account
- AssignableNetwork []stringIds 
- The network IDs of the assignable networks for the VPP account
- AssignableNetworks string
- The assignable networks for the VPP account
- ContentToken string
- The VPP service token
- Email string
- The email address associated with the VPP account
- Id string
- The id of the VPP Account
- LastForce stringSynced At 
- The last time the VPP account was force synced
- LastSynced stringAt 
- The last time the VPP account was synced
- Name string
- The name of the VPP account
- NetworkId stringAdmins 
- The network IDs of the admins for the VPP account
- ParsedToken GetSm Vpp Accounts Item Parsed Token 
- The parsed VPP service token
- VppAccount stringId 
- The id of the VPP Account
- VppLocation stringId 
- The VPP location ID
- VppLocation stringName 
- The VPP location name
- VppService stringToken 
- The VPP Account's Service Token
- allowedAdmins String
- The allowed admins for the VPP account
- assignableNetwork List<String>Ids 
- The network IDs of the assignable networks for the VPP account
- assignableNetworks String
- The assignable networks for the VPP account
- contentToken String
- The VPP service token
- email String
- The email address associated with the VPP account
- id String
- The id of the VPP Account
- lastForce StringSynced At 
- The last time the VPP account was force synced
- lastSynced StringAt 
- The last time the VPP account was synced
- name String
- The name of the VPP account
- networkId StringAdmins 
- The network IDs of the admins for the VPP account
- parsedToken GetSm Vpp Accounts Item Parsed Token 
- The parsed VPP service token
- vppAccount StringId 
- The id of the VPP Account
- vppLocation StringId 
- The VPP location ID
- vppLocation StringName 
- The VPP location name
- vppService StringToken 
- The VPP Account's Service Token
- allowedAdmins string
- The allowed admins for the VPP account
- assignableNetwork string[]Ids 
- The network IDs of the assignable networks for the VPP account
- assignableNetworks string
- The assignable networks for the VPP account
- contentToken string
- The VPP service token
- email string
- The email address associated with the VPP account
- id string
- The id of the VPP Account
- lastForce stringSynced At 
- The last time the VPP account was force synced
- lastSynced stringAt 
- The last time the VPP account was synced
- name string
- The name of the VPP account
- networkId stringAdmins 
- The network IDs of the admins for the VPP account
- parsedToken GetSm Vpp Accounts Item Parsed Token 
- The parsed VPP service token
- vppAccount stringId 
- The id of the VPP Account
- vppLocation stringId 
- The VPP location ID
- vppLocation stringName 
- The VPP location name
- vppService stringToken 
- The VPP Account's Service Token
- allowed_admins str
- The allowed admins for the VPP account
- assignable_network_ Sequence[str]ids 
- The network IDs of the assignable networks for the VPP account
- assignable_networks str
- The assignable networks for the VPP account
- content_token str
- The VPP service token
- email str
- The email address associated with the VPP account
- id str
- The id of the VPP Account
- last_force_ strsynced_ at 
- The last time the VPP account was force synced
- last_synced_ strat 
- The last time the VPP account was synced
- name str
- The name of the VPP account
- network_id_ stradmins 
- The network IDs of the admins for the VPP account
- parsed_token GetSm Vpp Accounts Item Parsed Token 
- The parsed VPP service token
- vpp_account_ strid 
- The id of the VPP Account
- vpp_location_ strid 
- The VPP location ID
- vpp_location_ strname 
- The VPP location name
- vpp_service_ strtoken 
- The VPP Account's Service Token
- allowedAdmins String
- The allowed admins for the VPP account
- assignableNetwork List<String>Ids 
- The network IDs of the assignable networks for the VPP account
- assignableNetworks String
- The assignable networks for the VPP account
- contentToken String
- The VPP service token
- email String
- The email address associated with the VPP account
- id String
- The id of the VPP Account
- lastForce StringSynced At 
- The last time the VPP account was force synced
- lastSynced StringAt 
- The last time the VPP account was synced
- name String
- The name of the VPP account
- networkId StringAdmins 
- The network IDs of the admins for the VPP account
- parsedToken Property Map
- The parsed VPP service token
- vppAccount StringId 
- The id of the VPP Account
- vppLocation StringId 
- The VPP location ID
- vppLocation StringName 
- The VPP location name
- vppService StringToken 
- The VPP Account's Service Token
GetSmVppAccountsItemParsedToken      
- ExpiresAt string
- The expiration time of the token
- HashedToken string
- The hashed token
- OrgName string
- The organization name
- ExpiresAt string
- The expiration time of the token
- HashedToken string
- The hashed token
- OrgName string
- The organization name
- expiresAt String
- The expiration time of the token
- hashedToken String
- The hashed token
- orgName String
- The organization name
- expiresAt string
- The expiration time of the token
- hashedToken string
- The hashed token
- orgName string
- The organization name
- expires_at str
- The expiration time of the token
- hashed_token str
- The hashed token
- org_name str
- The organization name
- expiresAt String
- The expiration time of the token
- hashedToken String
- The hashed token
- orgName String
- The organization name
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the merakiTerraform Provider.
