intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getIamSession
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
The web session of a user. After a user logs into Intersight, a session object is created. Session object is deleted upon logout, idle timeout, expiry timeout, or manual deletion.
Using getIamSession
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 getIamSession(args: GetIamSessionArgs, opts?: InvokeOptions): Promise<GetIamSessionResult>
function getIamSessionOutput(args: GetIamSessionOutputArgs, opts?: InvokeOptions): Output<GetIamSessionResult>def get_iam_session(account_moid: Optional[str] = None,
                    account_permissions: Optional[Sequence[GetIamSessionAccountPermission]] = None,
                    additional_properties: Optional[str] = None,
                    ancestors: Optional[Sequence[GetIamSessionAncestor]] = None,
                    class_id: Optional[str] = None,
                    client_ip_address: Optional[str] = None,
                    create_time: Optional[str] = None,
                    domain_group_moid: Optional[str] = None,
                    end_time: Optional[str] = None,
                    expiration: Optional[str] = None,
                    failed_logins: Optional[float] = None,
                    id: Optional[str] = None,
                    idle_time_expiration: Optional[str] = None,
                    last_login_client: Optional[str] = None,
                    last_login_time: Optional[str] = None,
                    mod_time: Optional[str] = None,
                    moid: Optional[str] = None,
                    object_type: Optional[str] = None,
                    owners: Optional[Sequence[str]] = None,
                    parent: Optional[GetIamSessionParent] = None,
                    permission: Optional[GetIamSessionPermission] = None,
                    permission_resources: Optional[Sequence[GetIamSessionPermissionResource]] = None,
                    role: Optional[str] = None,
                    scope: Optional[GetIamSessionScope] = None,
                    session_id: Optional[str] = None,
                    shared_scope: Optional[str] = None,
                    status: Optional[str] = None,
                    tags: Optional[Sequence[GetIamSessionTag]] = None,
                    user: Optional[GetIamSessionUser] = None,
                    user_id_or_email: Optional[str] = None,
                    version_context: Optional[GetIamSessionVersionContext] = None,
                    opts: Optional[InvokeOptions] = None) -> GetIamSessionResult
def get_iam_session_output(account_moid: Optional[pulumi.Input[str]] = None,
                    account_permissions: Optional[pulumi.Input[Sequence[pulumi.Input[GetIamSessionAccountPermissionArgs]]]] = None,
                    additional_properties: Optional[pulumi.Input[str]] = None,
                    ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetIamSessionAncestorArgs]]]] = None,
                    class_id: Optional[pulumi.Input[str]] = None,
                    client_ip_address: Optional[pulumi.Input[str]] = None,
                    create_time: Optional[pulumi.Input[str]] = None,
                    domain_group_moid: Optional[pulumi.Input[str]] = None,
                    end_time: Optional[pulumi.Input[str]] = None,
                    expiration: Optional[pulumi.Input[str]] = None,
                    failed_logins: Optional[pulumi.Input[float]] = None,
                    id: Optional[pulumi.Input[str]] = None,
                    idle_time_expiration: Optional[pulumi.Input[str]] = None,
                    last_login_client: Optional[pulumi.Input[str]] = None,
                    last_login_time: Optional[pulumi.Input[str]] = None,
                    mod_time: Optional[pulumi.Input[str]] = None,
                    moid: Optional[pulumi.Input[str]] = None,
                    object_type: Optional[pulumi.Input[str]] = None,
                    owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                    parent: Optional[pulumi.Input[GetIamSessionParentArgs]] = None,
                    permission: Optional[pulumi.Input[GetIamSessionPermissionArgs]] = None,
                    permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetIamSessionPermissionResourceArgs]]]] = None,
                    role: Optional[pulumi.Input[str]] = None,
                    scope: Optional[pulumi.Input[GetIamSessionScopeArgs]] = None,
                    session_id: Optional[pulumi.Input[str]] = None,
                    shared_scope: Optional[pulumi.Input[str]] = None,
                    status: Optional[pulumi.Input[str]] = None,
                    tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetIamSessionTagArgs]]]] = None,
                    user: Optional[pulumi.Input[GetIamSessionUserArgs]] = None,
                    user_id_or_email: Optional[pulumi.Input[str]] = None,
                    version_context: Optional[pulumi.Input[GetIamSessionVersionContextArgs]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetIamSessionResult]func LookupIamSession(ctx *Context, args *LookupIamSessionArgs, opts ...InvokeOption) (*LookupIamSessionResult, error)
func LookupIamSessionOutput(ctx *Context, args *LookupIamSessionOutputArgs, opts ...InvokeOption) LookupIamSessionResultOutput> Note: This function is named LookupIamSession in the Go SDK.
public static class GetIamSession 
{
    public static Task<GetIamSessionResult> InvokeAsync(GetIamSessionArgs args, InvokeOptions? opts = null)
    public static Output<GetIamSessionResult> Invoke(GetIamSessionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIamSessionResult> getIamSession(GetIamSessionArgs args, InvokeOptions options)
public static Output<GetIamSessionResult> getIamSession(GetIamSessionArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getIamSession:getIamSession
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AccountPermissions List<GetIam Session Account Permission> 
- AdditionalProperties string
- Ancestors
List<GetIam Session Ancestor> 
- ClassId string
- ClientIp stringAddress 
- The user agent IP address from which the session is launched.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndTime string
- The time at which the session ended.
- Expiration string
- Expiration time for the session.
- FailedLogins double
- Failed logins since last login for admin user.
- Id string
- IdleTime stringExpiration 
- Idle time expiration for the session.
- LastLogin stringClient 
- The client address from which last login is initiated.
- LastLogin stringTime 
- The last login time for user.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners List<string>
- Parent
GetIam Session Parent 
- Permission
GetIam Session Permission 
- PermissionResources List<GetIam Session Permission Resource> 
- Role string
- Role of the user who launched the session.
- Scope
GetIam Session Scope 
- SessionId string
- Session token shared with the user agent which is used to identify the user session when API requests are received to perform authorization.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- The status of the session.* Active- The session is currently active.*Ended- The session has ended normally.*Terminated- The session was terminated by an admin.
- 
List<GetIam Session Tag> 
- User
GetIam Session User 
- UserId stringOr Email 
- User ID or E-mail Address of the user who launched the session.
- VersionContext GetIam Session Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AccountPermissions []GetIam Session Account Permission 
- AdditionalProperties string
- Ancestors
[]GetIam Session Ancestor 
- ClassId string
- ClientIp stringAddress 
- The user agent IP address from which the session is launched.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndTime string
- The time at which the session ended.
- Expiration string
- Expiration time for the session.
- FailedLogins float64
- Failed logins since last login for admin user.
- Id string
- IdleTime stringExpiration 
- Idle time expiration for the session.
- LastLogin stringClient 
- The client address from which last login is initiated.
- LastLogin stringTime 
- The last login time for user.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners []string
- Parent
GetIam Session Parent 
- Permission
GetIam Session Permission 
- PermissionResources []GetIam Session Permission Resource 
- Role string
- Role of the user who launched the session.
- Scope
GetIam Session Scope 
- SessionId string
- Session token shared with the user agent which is used to identify the user session when API requests are received to perform authorization.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- The status of the session.* Active- The session is currently active.*Ended- The session has ended normally.*Terminated- The session was terminated by an admin.
- 
[]GetIam Session Tag 
- User
GetIam Session User 
- UserId stringOr Email 
- User ID or E-mail Address of the user who launched the session.
- VersionContext GetIam Session Version Context 
- accountMoid String
- The Account ID for this managed object.
- accountPermissions List<GetIam Session Account Permission> 
- additionalProperties String
- ancestors
List<GetIam Session Ancestor> 
- classId String
- clientIp StringAddress 
- The user agent IP address from which the session is launched.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endTime String
- The time at which the session ended.
- expiration String
- Expiration time for the session.
- failedLogins Double
- Failed logins since last login for admin user.
- id String
- idleTime StringExpiration 
- Idle time expiration for the session.
- lastLogin StringClient 
- The client address from which last login is initiated.
- lastLogin StringTime 
- The last login time for user.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parent
GetIam Session Parent 
- permission
GetIam Session Permission 
- permissionResources List<GetIam Session Permission Resource> 
- role String
- Role of the user who launched the session.
- scope
GetIam Session Scope 
- sessionId String
- Session token shared with the user agent which is used to identify the user session when API requests are received to perform authorization.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- The status of the session.* Active- The session is currently active.*Ended- The session has ended normally.*Terminated- The session was terminated by an admin.
- 
List<GetIam Session Tag> 
- user
GetIam Session User 
- userId StringOr Email 
- User ID or E-mail Address of the user who launched the session.
- versionContext GetIam Session Version Context 
- accountMoid string
- The Account ID for this managed object.
- accountPermissions GetIam Session Account Permission[] 
- additionalProperties string
- ancestors
GetIam Session Ancestor[] 
- classId string
- clientIp stringAddress 
- The user agent IP address from which the session is launched.
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- endTime string
- The time at which the session ended.
- expiration string
- Expiration time for the session.
- failedLogins number
- Failed logins since last login for admin user.
- id string
- idleTime stringExpiration 
- Idle time expiration for the session.
- lastLogin stringClient 
- The client address from which last login is initiated.
- lastLogin stringTime 
- The last login time for user.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- owners string[]
- parent
GetIam Session Parent 
- permission
GetIam Session Permission 
- permissionResources GetIam Session Permission Resource[] 
- role string
- Role of the user who launched the session.
- scope
GetIam Session Scope 
- sessionId string
- Session token shared with the user agent which is used to identify the user session when API requests are received to perform authorization.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status string
- The status of the session.* Active- The session is currently active.*Ended- The session has ended normally.*Terminated- The session was terminated by an admin.
- 
GetIam Session Tag[] 
- user
GetIam Session User 
- userId stringOr Email 
- User ID or E-mail Address of the user who launched the session.
- versionContext GetIam Session Version Context 
- account_moid str
- The Account ID for this managed object.
- account_permissions Sequence[GetIam Session Account Permission] 
- additional_properties str
- ancestors
Sequence[GetIam Session Ancestor] 
- class_id str
- client_ip_ straddress 
- The user agent IP address from which the session is launched.
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- end_time str
- The time at which the session ended.
- expiration str
- Expiration time for the session.
- failed_logins float
- Failed logins since last login for admin user.
- id str
- idle_time_ strexpiration 
- Idle time expiration for the session.
- last_login_ strclient 
- The client address from which last login is initiated.
- last_login_ strtime 
- The last login time for user.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- owners Sequence[str]
- parent
GetIam Session Parent 
- permission
GetIam Session Permission 
- permission_resources Sequence[GetIam Session Permission Resource] 
- role str
- Role of the user who launched the session.
- scope
GetIam Session Scope 
- session_id str
- Session token shared with the user agent which is used to identify the user session when API requests are received to perform authorization.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status str
- The status of the session.* Active- The session is currently active.*Ended- The session has ended normally.*Terminated- The session was terminated by an admin.
- 
Sequence[GetIam Session Tag] 
- user
GetIam Session User 
- user_id_ stror_ email 
- User ID or E-mail Address of the user who launched the session.
- version_context GetIam Session Version Context 
- accountMoid String
- The Account ID for this managed object.
- accountPermissions List<Property Map>
- additionalProperties String
- ancestors List<Property Map>
- classId String
- clientIp StringAddress 
- The user agent IP address from which the session is launched.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endTime String
- The time at which the session ended.
- expiration String
- Expiration time for the session.
- failedLogins Number
- Failed logins since last login for admin user.
- id String
- idleTime StringExpiration 
- Idle time expiration for the session.
- lastLogin StringClient 
- The client address from which last login is initiated.
- lastLogin StringTime 
- The last login time for user.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parent Property Map
- permission Property Map
- permissionResources List<Property Map>
- role String
- Role of the user who launched the session.
- scope Property Map
- sessionId String
- Session token shared with the user agent which is used to identify the user session when API requests are received to perform authorization.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- The status of the session.* Active- The session is currently active.*Ended- The session has ended normally.*Terminated- The session was terminated by an admin.
- List<Property Map>
- user Property Map
- userId StringOr Email 
- User ID or E-mail Address of the user who launched the session.
- versionContext Property Map
getIamSession Result
The following output properties are available:
- Id string
- Results
List<GetIam Session Result> 
- AccountMoid string
- AccountPermissions List<GetIam Session Account Permission> 
- AdditionalProperties string
- Ancestors
List<GetIam Session Ancestor> 
- ClassId string
- ClientIp stringAddress 
- CreateTime string
- DomainGroup stringMoid 
- EndTime string
- Expiration string
- FailedLogins double
- IdleTime stringExpiration 
- LastLogin stringClient 
- LastLogin stringTime 
- ModTime string
- Moid string
- ObjectType string
- Owners List<string>
- Parent
GetIam Session Parent 
- Permission
GetIam Session Permission 
- PermissionResources List<GetIam Session Permission Resource> 
- Role string
- Scope
GetIam Session Scope 
- SessionId string
- string
- Status string
- 
List<GetIam Session Tag> 
- User
GetIam Session User 
- UserId stringOr Email 
- VersionContext GetIam Session Version Context 
- Id string
- Results
[]GetIam Session Result 
- AccountMoid string
- AccountPermissions []GetIam Session Account Permission 
- AdditionalProperties string
- Ancestors
[]GetIam Session Ancestor 
- ClassId string
- ClientIp stringAddress 
- CreateTime string
- DomainGroup stringMoid 
- EndTime string
- Expiration string
- FailedLogins float64
- IdleTime stringExpiration 
- LastLogin stringClient 
- LastLogin stringTime 
- ModTime string
- Moid string
- ObjectType string
- Owners []string
- Parent
GetIam Session Parent 
- Permission
GetIam Session Permission 
- PermissionResources []GetIam Session Permission Resource 
- Role string
- Scope
GetIam Session Scope 
- SessionId string
- string
- Status string
- 
[]GetIam Session Tag 
- User
GetIam Session User 
- UserId stringOr Email 
- VersionContext GetIam Session Version Context 
- id String
- results
List<GetIam Session Result> 
- accountMoid String
- accountPermissions List<GetIam Session Account Permission> 
- additionalProperties String
- ancestors
List<GetIam Session Ancestor> 
- classId String
- clientIp StringAddress 
- createTime String
- domainGroup StringMoid 
- endTime String
- expiration String
- failedLogins Double
- idleTime StringExpiration 
- lastLogin StringClient 
- lastLogin StringTime 
- modTime String
- moid String
- objectType String
- owners List<String>
- parent
GetIam Session Parent 
- permission
GetIam Session Permission 
- permissionResources List<GetIam Session Permission Resource> 
- role String
- scope
GetIam Session Scope 
- sessionId String
- String
- status String
- 
List<GetIam Session Tag> 
- user
GetIam Session User 
- userId StringOr Email 
- versionContext GetIam Session Version Context 
- id string
- results
GetIam Session Result[] 
- accountMoid string
- accountPermissions GetIam Session Account Permission[] 
- additionalProperties string
- ancestors
GetIam Session Ancestor[] 
- classId string
- clientIp stringAddress 
- createTime string
- domainGroup stringMoid 
- endTime string
- expiration string
- failedLogins number
- idleTime stringExpiration 
- lastLogin stringClient 
- lastLogin stringTime 
- modTime string
- moid string
- objectType string
- owners string[]
- parent
GetIam Session Parent 
- permission
GetIam Session Permission 
- permissionResources GetIam Session Permission Resource[] 
- role string
- scope
GetIam Session Scope 
- sessionId string
- string
- status string
- 
GetIam Session Tag[] 
- user
GetIam Session User 
- userId stringOr Email 
- versionContext GetIam Session Version Context 
- id str
- results
Sequence[GetIam Session Result] 
- account_moid str
- account_permissions Sequence[GetIam Session Account Permission] 
- additional_properties str
- ancestors
Sequence[GetIam Session Ancestor] 
- class_id str
- client_ip_ straddress 
- create_time str
- domain_group_ strmoid 
- end_time str
- expiration str
- failed_logins float
- idle_time_ strexpiration 
- last_login_ strclient 
- last_login_ strtime 
- mod_time str
- moid str
- object_type str
- owners Sequence[str]
- parent
GetIam Session Parent 
- permission
GetIam Session Permission 
- permission_resources Sequence[GetIam Session Permission Resource] 
- role str
- scope
GetIam Session Scope 
- session_id str
- str
- status str
- 
Sequence[GetIam Session Tag] 
- user
GetIam Session User 
- user_id_ stror_ email 
- version_context GetIam Session Version Context 
- id String
- results List<Property Map>
- accountMoid String
- accountPermissions List<Property Map>
- additionalProperties String
- ancestors List<Property Map>
- classId String
- clientIp StringAddress 
- createTime String
- domainGroup StringMoid 
- endTime String
- expiration String
- failedLogins Number
- idleTime StringExpiration 
- lastLogin StringClient 
- lastLogin StringTime 
- modTime String
- moid String
- objectType String
- owners List<String>
- parent Property Map
- permission Property Map
- permissionResources List<Property Map>
- role String
- scope Property Map
- sessionId String
- String
- status String
- List<Property Map>
- user Property Map
- userId StringOr Email 
- versionContext Property Map
Supporting Types
GetIamSessionAccountPermission    
- AccountIdentifier string
- MOID of the account which a user can select after authentication.
- AccountName string
- Name of the account which a user can select after authentication.
- 
List<GetIam Session Account Permission Account Permission Tag> 
- AccountStatus string
- Status of the account. Account remains inactive until a device is claimed to the account.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- HomeRegion string
- Region where account belongs.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Permissions
List<GetIam Session Account Permission Permission> 
- AccountIdentifier string
- MOID of the account which a user can select after authentication.
- AccountName string
- Name of the account which a user can select after authentication.
- 
[]GetIam Session Account Permission Account Permission Tag 
- AccountStatus string
- Status of the account. Account remains inactive until a device is claimed to the account.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- HomeRegion string
- Region where account belongs.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Permissions
[]GetIam Session Account Permission Permission 
- accountIdentifier String
- MOID of the account which a user can select after authentication.
- accountName String
- Name of the account which a user can select after authentication.
- 
List<GetIam Session Account Permission Account Permission Tag> 
- accountStatus String
- Status of the account. Account remains inactive until a device is claimed to the account.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- homeRegion String
- Region where account belongs.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- permissions
List<GetIam Session Account Permission Permission> 
- accountIdentifier string
- MOID of the account which a user can select after authentication.
- accountName string
- Name of the account which a user can select after authentication.
- 
GetIam Session Account Permission Account Permission Tag[] 
- accountStatus string
- Status of the account. Account remains inactive until a device is claimed to the account.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- homeRegion string
- Region where account belongs.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- permissions
GetIam Session Account Permission Permission[] 
- account_identifier str
- MOID of the account which a user can select after authentication.
- account_name str
- Name of the account which a user can select after authentication.
- 
Sequence[GetIam Session Account Permission Account Permission Tag] 
- account_status str
- Status of the account. Account remains inactive until a device is claimed to the account.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- home_region str
- Region where account belongs.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- permissions
Sequence[GetIam Session Account Permission Permission] 
- accountIdentifier String
- MOID of the account which a user can select after authentication.
- accountName String
- Name of the account which a user can select after authentication.
- List<Property Map>
- accountStatus String
- Status of the account. Account remains inactive until a device is claimed to the account.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- homeRegion String
- Region where account belongs.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- permissions List<Property Map>
GetIamSessionAccountPermissionAccountPermissionTag       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Key string
- The string representation of a tag key.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Key string
- The string representation of a tag key.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- The string representation of a tag value.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key String
- The string representation of a tag key.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- The string representation of a tag value.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key string
- The string representation of a tag key.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value string
- The string representation of a tag value.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key str
- The string representation of a tag key.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value str
- The string representation of a tag value.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key String
- The string representation of a tag key.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- The string representation of a tag value.
GetIamSessionAccountPermissionPermission     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PermissionIdentifier string
- MOID of the permission which user has access to.
- PermissionName string
- Name of the permission which user has access to.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PermissionIdentifier string
- MOID of the permission which user has access to.
- PermissionName string
- Name of the permission which user has access to.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- permissionIdentifier String
- MOID of the permission which user has access to.
- permissionName String
- Name of the permission which user has access to.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- permissionIdentifier string
- MOID of the permission which user has access to.
- permissionName string
- Name of the permission which user has access to.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- permission_identifier str
- MOID of the permission which user has access to.
- permission_name str
- Name of the permission which user has access to.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- permissionIdentifier String
- MOID of the permission which user has access to.
- permissionName String
- Name of the permission which user has access to.
GetIamSessionAncestor   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIamSessionParent   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIamSessionPermission   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIamSessionPermissionResource    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIamSessionResult   
- AccountMoid string
- The Account ID for this managed object.
- AccountPermissions List<GetIam Session Result Account Permission> 
- AdditionalProperties string
- Ancestors
List<GetIam Session Result Ancestor> 
- ClassId string
- ClientIp stringAddress 
- The user agent IP address from which the session is launched.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndTime string
- The time at which the session ended.
- Expiration string
- Expiration time for the session.
- FailedLogins double
- Failed logins since last login for admin user.
- IdleTime stringExpiration 
- Idle time expiration for the session.
- LastLogin stringClient 
- The client address from which last login is initiated.
- LastLogin stringTime 
- The last login time for user.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners List<string>
- Parents
List<GetIam Session Result Parent> 
- PermissionResources List<GetIam Session Result Permission Resource> 
- Permissions
List<GetIam Session Result Permission> 
- Role string
- Role of the user who launched the session.
- Scopes
List<GetIam Session Result Scope> 
- SessionId string
- Session token shared with the user agent which is used to identify the user session when API requests are received to perform authorization.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- The status of the session.* Active- The session is currently active.*Ended- The session has ended normally.*Terminated- The session was terminated by an admin.
- 
List<GetIam Session Result Tag> 
- UserId stringOr Email 
- User ID or E-mail Address of the user who launched the session.
- Users
List<GetIam Session Result User> 
- VersionContexts List<GetIam Session Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AccountPermissions []GetIam Session Result Account Permission 
- AdditionalProperties string
- Ancestors
[]GetIam Session Result Ancestor 
- ClassId string
- ClientIp stringAddress 
- The user agent IP address from which the session is launched.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndTime string
- The time at which the session ended.
- Expiration string
- Expiration time for the session.
- FailedLogins float64
- Failed logins since last login for admin user.
- IdleTime stringExpiration 
- Idle time expiration for the session.
- LastLogin stringClient 
- The client address from which last login is initiated.
- LastLogin stringTime 
- The last login time for user.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners []string
- Parents
[]GetIam Session Result Parent 
- PermissionResources []GetIam Session Result Permission Resource 
- Permissions
[]GetIam Session Result Permission 
- Role string
- Role of the user who launched the session.
- Scopes
[]GetIam Session Result Scope 
- SessionId string
- Session token shared with the user agent which is used to identify the user session when API requests are received to perform authorization.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- The status of the session.* Active- The session is currently active.*Ended- The session has ended normally.*Terminated- The session was terminated by an admin.
- 
[]GetIam Session Result Tag 
- UserId stringOr Email 
- User ID or E-mail Address of the user who launched the session.
- Users
[]GetIam Session Result User 
- VersionContexts []GetIam Session Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- accountPermissions List<GetIam Session Result Account Permission> 
- additionalProperties String
- ancestors
List<GetIam Session Result Ancestor> 
- classId String
- clientIp StringAddress 
- The user agent IP address from which the session is launched.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endTime String
- The time at which the session ended.
- expiration String
- Expiration time for the session.
- failedLogins Double
- Failed logins since last login for admin user.
- idleTime StringExpiration 
- Idle time expiration for the session.
- lastLogin StringClient 
- The client address from which last login is initiated.
- lastLogin StringTime 
- The last login time for user.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parents
List<GetIam Session Result Parent> 
- permissionResources List<GetIam Session Result Permission Resource> 
- permissions
List<GetIam Session Result Permission> 
- role String
- Role of the user who launched the session.
- scopes
List<GetIam Session Result Scope> 
- sessionId String
- Session token shared with the user agent which is used to identify the user session when API requests are received to perform authorization.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- The status of the session.* Active- The session is currently active.*Ended- The session has ended normally.*Terminated- The session was terminated by an admin.
- 
List<GetIam Session Result Tag> 
- userId StringOr Email 
- User ID or E-mail Address of the user who launched the session.
- users
List<GetIam Session Result User> 
- versionContexts List<GetIam Session Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- accountPermissions GetIam Session Result Account Permission[] 
- additionalProperties string
- ancestors
GetIam Session Result Ancestor[] 
- classId string
- clientIp stringAddress 
- The user agent IP address from which the session is launched.
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- endTime string
- The time at which the session ended.
- expiration string
- Expiration time for the session.
- failedLogins number
- Failed logins since last login for admin user.
- idleTime stringExpiration 
- Idle time expiration for the session.
- lastLogin stringClient 
- The client address from which last login is initiated.
- lastLogin stringTime 
- The last login time for user.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- owners string[]
- parents
GetIam Session Result Parent[] 
- permissionResources GetIam Session Result Permission Resource[] 
- permissions
GetIam Session Result Permission[] 
- role string
- Role of the user who launched the session.
- scopes
GetIam Session Result Scope[] 
- sessionId string
- Session token shared with the user agent which is used to identify the user session when API requests are received to perform authorization.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status string
- The status of the session.* Active- The session is currently active.*Ended- The session has ended normally.*Terminated- The session was terminated by an admin.
- 
GetIam Session Result Tag[] 
- userId stringOr Email 
- User ID or E-mail Address of the user who launched the session.
- users
GetIam Session Result User[] 
- versionContexts GetIam Session Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- account_permissions Sequence[GetIam Session Result Account Permission] 
- additional_properties str
- ancestors
Sequence[GetIam Session Result Ancestor] 
- class_id str
- client_ip_ straddress 
- The user agent IP address from which the session is launched.
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- end_time str
- The time at which the session ended.
- expiration str
- Expiration time for the session.
- failed_logins float
- Failed logins since last login for admin user.
- idle_time_ strexpiration 
- Idle time expiration for the session.
- last_login_ strclient 
- The client address from which last login is initiated.
- last_login_ strtime 
- The last login time for user.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetIam Session Result Parent] 
- permission_resources Sequence[GetIam Session Result Permission Resource] 
- permissions
Sequence[GetIam Session Result Permission] 
- role str
- Role of the user who launched the session.
- scopes
Sequence[GetIam Session Result Scope] 
- session_id str
- Session token shared with the user agent which is used to identify the user session when API requests are received to perform authorization.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status str
- The status of the session.* Active- The session is currently active.*Ended- The session has ended normally.*Terminated- The session was terminated by an admin.
- 
Sequence[GetIam Session Result Tag] 
- user_id_ stror_ email 
- User ID or E-mail Address of the user who launched the session.
- users
Sequence[GetIam Session Result User] 
- version_contexts Sequence[GetIam Session Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- accountPermissions List<Property Map>
- additionalProperties String
- ancestors List<Property Map>
- classId String
- clientIp StringAddress 
- The user agent IP address from which the session is launched.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endTime String
- The time at which the session ended.
- expiration String
- Expiration time for the session.
- failedLogins Number
- Failed logins since last login for admin user.
- idleTime StringExpiration 
- Idle time expiration for the session.
- lastLogin StringClient 
- The client address from which last login is initiated.
- lastLogin StringTime 
- The last login time for user.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- permissions List<Property Map>
- role String
- Role of the user who launched the session.
- scopes List<Property Map>
- sessionId String
- Session token shared with the user agent which is used to identify the user session when API requests are received to perform authorization.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- The status of the session.* Active- The session is currently active.*Ended- The session has ended normally.*Terminated- The session was terminated by an admin.
- List<Property Map>
- userId StringOr Email 
- User ID or E-mail Address of the user who launched the session.
- users List<Property Map>
- versionContexts List<Property Map>
GetIamSessionResultAccountPermission     
- accountIdentifier String
- accountName String
- List<Property Map>
- accountStatus String
- additionalProperties String
- classId String
- homeRegion String
- objectType String
- permissions List<Property Map>
GetIamSessionResultAccountPermissionAccountPermissionTag        
- AdditionalProperties string
- ClassId string
- Key string
- ObjectType string
- Value string
- AdditionalProperties string
- ClassId string
- Key string
- ObjectType string
- Value string
- additionalProperties String
- classId String
- key String
- objectType String
- value String
- additionalProperties string
- classId string
- key string
- objectType string
- value string
- additional_properties str
- class_id str
- key str
- object_type str
- value str
- additionalProperties String
- classId String
- key String
- objectType String
- value String
GetIamSessionResultAccountPermissionPermission      
- AdditionalProperties string
- ClassId string
- ObjectType string
- PermissionIdentifier string
- PermissionName string
- AdditionalProperties string
- ClassId string
- ObjectType string
- PermissionIdentifier string
- PermissionName string
- additionalProperties String
- classId String
- objectType String
- permissionIdentifier String
- permissionName String
- additionalProperties string
- classId string
- objectType string
- permissionIdentifier string
- permissionName string
- additional_properties str
- class_id str
- object_type str
- permission_identifier str
- permission_name str
- additionalProperties String
- classId String
- objectType String
- permissionIdentifier String
- permissionName String
GetIamSessionResultAncestor    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamSessionResultParent    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamSessionResultPermission    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamSessionResultPermissionResource     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamSessionResultScope    
GetIamSessionResultScopeSwitchedFromAccount       
- AccountId string
- AdditionalProperties string
- ClassId string
- ObjectType string
- PermissionId string
- AccountId string
- AdditionalProperties string
- ClassId string
- ObjectType string
- PermissionId string
- accountId String
- additionalProperties String
- classId String
- objectType String
- permissionId String
- accountId string
- additionalProperties string
- classId string
- objectType string
- permissionId string
- account_id str
- additional_properties str
- class_id str
- object_type str
- permission_id str
- accountId String
- additionalProperties String
- classId String
- objectType String
- permissionId String
GetIamSessionResultScopeSwitchedToAccount       
- AccountId string
- AdditionalProperties string
- ClassId string
- ObjectType string
- PermissionId string
- AccountId string
- AdditionalProperties string
- ClassId string
- ObjectType string
- PermissionId string
- accountId String
- additionalProperties String
- classId String
- objectType String
- permissionId String
- accountId string
- additionalProperties string
- classId string
- objectType string
- permissionId string
- account_id str
- additional_properties str
- class_id str
- object_type str
- permission_id str
- accountId String
- additionalProperties String
- classId String
- objectType String
- permissionId String
GetIamSessionResultTag    
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetIamSessionResultUser    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamSessionResultVersionContext     
- AdditionalProperties string
- ClassId string
- InterestedMos []GetIam Session Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetIam Session Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetIam Session Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetIam Session Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetIam Session Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetIam Session Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetIamSessionResultVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamSessionResultVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamSessionScope   
- AccountAccess stringControl Id 
- Moid of the AccountAccessControl through which the access is given to switch scope.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RequestIdentifier string
- Stores the identifier of the issue for which user is trying to switch scope to another account.
- SwitchedFrom GetAccount Iam Session Scope Switched From Account 
- Permission for the Account from which user switched the scope.
- SwitchedTo List<GetAccounts Iam Session Scope Switched To Account> 
- AccountAccess stringControl Id 
- Moid of the AccountAccessControl through which the access is given to switch scope.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RequestIdentifier string
- Stores the identifier of the issue for which user is trying to switch scope to another account.
- SwitchedFrom GetAccount Iam Session Scope Switched From Account 
- Permission for the Account from which user switched the scope.
- SwitchedTo []GetAccounts Iam Session Scope Switched To Account 
- accountAccess StringControl Id 
- Moid of the AccountAccessControl through which the access is given to switch scope.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- requestIdentifier String
- Stores the identifier of the issue for which user is trying to switch scope to another account.
- switchedFrom GetAccount Iam Session Scope Switched From Account 
- Permission for the Account from which user switched the scope.
- switchedTo List<GetAccounts Iam Session Scope Switched To Account> 
- accountAccess stringControl Id 
- Moid of the AccountAccessControl through which the access is given to switch scope.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- requestIdentifier string
- Stores the identifier of the issue for which user is trying to switch scope to another account.
- switchedFrom GetAccount Iam Session Scope Switched From Account 
- Permission for the Account from which user switched the scope.
- switchedTo GetAccounts Iam Session Scope Switched To Account[] 
- account_access_ strcontrol_ id 
- Moid of the AccountAccessControl through which the access is given to switch scope.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- request_identifier str
- Stores the identifier of the issue for which user is trying to switch scope to another account.
- switched_from_ Getaccount Iam Session Scope Switched From Account 
- Permission for the Account from which user switched the scope.
- switched_to_ Sequence[Getaccounts Iam Session Scope Switched To Account] 
- accountAccess StringControl Id 
- Moid of the AccountAccessControl through which the access is given to switch scope.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- requestIdentifier String
- Stores the identifier of the issue for which user is trying to switch scope to another account.
- switchedFrom Property MapAccount 
- Permission for the Account from which user switched the scope.
- switchedTo List<Property Map>Accounts 
GetIamSessionScopeSwitchedFromAccount      
- AccountId string
- Moid of the Account to/from which user switched the scope.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PermissionId string
- Moid of the Permission for the Account to/from which user switched the scope.
- AccountId string
- Moid of the Account to/from which user switched the scope.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PermissionId string
- Moid of the Permission for the Account to/from which user switched the scope.
- accountId String
- Moid of the Account to/from which user switched the scope.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- permissionId String
- Moid of the Permission for the Account to/from which user switched the scope.
- accountId string
- Moid of the Account to/from which user switched the scope.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- permissionId string
- Moid of the Permission for the Account to/from which user switched the scope.
- account_id str
- Moid of the Account to/from which user switched the scope.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- permission_id str
- Moid of the Permission for the Account to/from which user switched the scope.
- accountId String
- Moid of the Account to/from which user switched the scope.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- permissionId String
- Moid of the Permission for the Account to/from which user switched the scope.
GetIamSessionScopeSwitchedToAccount      
- AccountId string
- Moid of the Account to/from which user switched the scope.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PermissionId string
- Moid of the Permission for the Account to/from which user switched the scope.
- AccountId string
- Moid of the Account to/from which user switched the scope.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PermissionId string
- Moid of the Permission for the Account to/from which user switched the scope.
- accountId String
- Moid of the Account to/from which user switched the scope.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- permissionId String
- Moid of the Permission for the Account to/from which user switched the scope.
- accountId string
- Moid of the Account to/from which user switched the scope.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- permissionId string
- Moid of the Permission for the Account to/from which user switched the scope.
- account_id str
- Moid of the Account to/from which user switched the scope.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- permission_id str
- Moid of the Permission for the Account to/from which user switched the scope.
- accountId String
- Moid of the Account to/from which user switched the scope.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- permissionId String
- Moid of the Permission for the Account to/from which user switched the scope.
GetIamSessionTag   
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetIamSessionUser   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIamSessionVersionContext    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetIam Session Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetIam Session Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetIam Session Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetIam Session Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetIam Session Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetIam Session Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetIam Session Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetIam Session Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetIam Session Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetIam Session Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetIamSessionVersionContextInterestedMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIamSessionVersionContextRefMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet