intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getAaaAuditRecord
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
AuditRecord presents the configuration changes made by the user per transaction.
Using getAaaAuditRecord
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 getAaaAuditRecord(args: GetAaaAuditRecordArgs, opts?: InvokeOptions): Promise<GetAaaAuditRecordResult>
function getAaaAuditRecordOutput(args: GetAaaAuditRecordOutputArgs, opts?: InvokeOptions): Output<GetAaaAuditRecordResult>def get_aaa_audit_record(account: Optional[GetAaaAuditRecordAccount] = None,
                         account_moid: Optional[str] = None,
                         additional_properties: Optional[str] = None,
                         affected_object_type_label: Optional[str] = None,
                         ancestors: Optional[Sequence[GetAaaAuditRecordAncestor]] = None,
                         class_id: Optional[str] = None,
                         create_time: Optional[str] = None,
                         domain_group_moid: Optional[str] = None,
                         email: Optional[str] = None,
                         event: Optional[str] = None,
                         http_operation: Optional[str] = None,
                         id: Optional[str] = None,
                         inst_id: Optional[str] = None,
                         mo_display_names: Optional[str] = None,
                         mo_type: Optional[str] = None,
                         mod_time: Optional[str] = None,
                         moid: Optional[str] = None,
                         object_moid: Optional[str] = None,
                         object_type: Optional[str] = None,
                         owners: Optional[Sequence[str]] = None,
                         parent: Optional[GetAaaAuditRecordParent] = None,
                         permission_resources: Optional[Sequence[GetAaaAuditRecordPermissionResource]] = None,
                         request: Optional[str] = None,
                         session_id: Optional[str] = None,
                         sessions: Optional[GetAaaAuditRecordSessions] = None,
                         shared_scope: Optional[str] = None,
                         source_ip: Optional[str] = None,
                         tags: Optional[Sequence[GetAaaAuditRecordTag]] = None,
                         timestamp: Optional[str] = None,
                         trace_id: Optional[str] = None,
                         user: Optional[GetAaaAuditRecordUser] = None,
                         user_agent: Optional[GetAaaAuditRecordUserAgent] = None,
                         user_agent_string: Optional[str] = None,
                         user_id_or_email: Optional[str] = None,
                         version_context: Optional[GetAaaAuditRecordVersionContext] = None,
                         opts: Optional[InvokeOptions] = None) -> GetAaaAuditRecordResult
def get_aaa_audit_record_output(account: Optional[pulumi.Input[GetAaaAuditRecordAccountArgs]] = None,
                         account_moid: Optional[pulumi.Input[str]] = None,
                         additional_properties: Optional[pulumi.Input[str]] = None,
                         affected_object_type_label: Optional[pulumi.Input[str]] = None,
                         ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetAaaAuditRecordAncestorArgs]]]] = None,
                         class_id: Optional[pulumi.Input[str]] = None,
                         create_time: Optional[pulumi.Input[str]] = None,
                         domain_group_moid: Optional[pulumi.Input[str]] = None,
                         email: Optional[pulumi.Input[str]] = None,
                         event: Optional[pulumi.Input[str]] = None,
                         http_operation: Optional[pulumi.Input[str]] = None,
                         id: Optional[pulumi.Input[str]] = None,
                         inst_id: Optional[pulumi.Input[str]] = None,
                         mo_display_names: Optional[pulumi.Input[str]] = None,
                         mo_type: Optional[pulumi.Input[str]] = None,
                         mod_time: Optional[pulumi.Input[str]] = None,
                         moid: Optional[pulumi.Input[str]] = None,
                         object_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[GetAaaAuditRecordParentArgs]] = None,
                         permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetAaaAuditRecordPermissionResourceArgs]]]] = None,
                         request: Optional[pulumi.Input[str]] = None,
                         session_id: Optional[pulumi.Input[str]] = None,
                         sessions: Optional[pulumi.Input[GetAaaAuditRecordSessionsArgs]] = None,
                         shared_scope: Optional[pulumi.Input[str]] = None,
                         source_ip: Optional[pulumi.Input[str]] = None,
                         tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetAaaAuditRecordTagArgs]]]] = None,
                         timestamp: Optional[pulumi.Input[str]] = None,
                         trace_id: Optional[pulumi.Input[str]] = None,
                         user: Optional[pulumi.Input[GetAaaAuditRecordUserArgs]] = None,
                         user_agent: Optional[pulumi.Input[GetAaaAuditRecordUserAgentArgs]] = None,
                         user_agent_string: Optional[pulumi.Input[str]] = None,
                         user_id_or_email: Optional[pulumi.Input[str]] = None,
                         version_context: Optional[pulumi.Input[GetAaaAuditRecordVersionContextArgs]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetAaaAuditRecordResult]func LookupAaaAuditRecord(ctx *Context, args *LookupAaaAuditRecordArgs, opts ...InvokeOption) (*LookupAaaAuditRecordResult, error)
func LookupAaaAuditRecordOutput(ctx *Context, args *LookupAaaAuditRecordOutputArgs, opts ...InvokeOption) LookupAaaAuditRecordResultOutput> Note: This function is named LookupAaaAuditRecord in the Go SDK.
public static class GetAaaAuditRecord 
{
    public static Task<GetAaaAuditRecordResult> InvokeAsync(GetAaaAuditRecordArgs args, InvokeOptions? opts = null)
    public static Output<GetAaaAuditRecordResult> Invoke(GetAaaAuditRecordInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAaaAuditRecordResult> getAaaAuditRecord(GetAaaAuditRecordArgs args, InvokeOptions options)
public static Output<GetAaaAuditRecordResult> getAaaAuditRecord(GetAaaAuditRecordArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getAaaAuditRecord:getAaaAuditRecord
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Account
GetAaa Audit Record Account 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AffectedObject stringType Label 
- The user-friendly label for the object type that was changed.
- Ancestors
List<GetAaa Audit Record Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Email string
- The email of the associated user that made the change. In case the user is later deleted, we still have some reference to the information.
- Event string
- The operation that was performed on this Managed Object.The event is a compound string that includes the CRUD operation such as Create, Modify, Delete, and a string representing the Managed Object type.
- HttpOperation string
- The REST URL for the operation.
- Id string
- InstId string
- The instance id of AuditRecordLocal, which is used to identify if the comming AuditRecordLocal was already processed before.
- MoDisplay stringNames 
- MoType string
- The object type of the REST resource that was created, modified or deleted.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectMoid string
- The Moid of the REST resource that was created, modified or deleted.
- ObjectType string
- Owners List<string>
- Parent
GetAaa Audit Record Parent 
- PermissionResources List<GetAaa Audit Record Permission Resource> 
- Request string
- SessionId string
- The sessionId in which the user made the change. In case that the session is later deleted, we still have some reference to the information.
- Sessions
GetAaa Audit Record Sessions 
- 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.
- SourceIp string
- The source IP of the client.
- 
List<GetAaa Audit Record Tag> 
- Timestamp string
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- TraceId string
- The trace id of the request that was used to create, modify or delete a REST resource.A trace id is a unique identifier for one particular REST request. It may be used for troubleshooting purposeby the Intersight technical support team.
- User
GetAaa Audit Record User 
- UserAgent GetAaa Audit Record User Agent 
- UserAgent stringString 
- The raw, string representation of the user agent of the request from the user-agent http request header.
- UserId stringOr Email 
- The userId or the email of the associated user that made the change. In case that user is later deleted, we still have some reference to the information.
- VersionContext GetAaa Audit Record Version Context 
- Account
GetAaa Audit Record Account 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AffectedObject stringType Label 
- The user-friendly label for the object type that was changed.
- Ancestors
[]GetAaa Audit Record Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Email string
- The email of the associated user that made the change. In case the user is later deleted, we still have some reference to the information.
- Event string
- The operation that was performed on this Managed Object.The event is a compound string that includes the CRUD operation such as Create, Modify, Delete, and a string representing the Managed Object type.
- HttpOperation string
- The REST URL for the operation.
- Id string
- InstId string
- The instance id of AuditRecordLocal, which is used to identify if the comming AuditRecordLocal was already processed before.
- MoDisplay stringNames 
- MoType string
- The object type of the REST resource that was created, modified or deleted.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectMoid string
- The Moid of the REST resource that was created, modified or deleted.
- ObjectType string
- Owners []string
- Parent
GetAaa Audit Record Parent 
- PermissionResources []GetAaa Audit Record Permission Resource 
- Request string
- SessionId string
- The sessionId in which the user made the change. In case that the session is later deleted, we still have some reference to the information.
- Sessions
GetAaa Audit Record Sessions 
- 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.
- SourceIp string
- The source IP of the client.
- 
[]GetAaa Audit Record Tag 
- Timestamp string
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- TraceId string
- The trace id of the request that was used to create, modify or delete a REST resource.A trace id is a unique identifier for one particular REST request. It may be used for troubleshooting purposeby the Intersight technical support team.
- User
GetAaa Audit Record User 
- UserAgent GetAaa Audit Record User Agent 
- UserAgent stringString 
- The raw, string representation of the user agent of the request from the user-agent http request header.
- UserId stringOr Email 
- The userId or the email of the associated user that made the change. In case that user is later deleted, we still have some reference to the information.
- VersionContext GetAaa Audit Record Version Context 
- account
GetAaa Audit Record Account 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- affectedObject StringType Label 
- The user-friendly label for the object type that was changed.
- ancestors
List<GetAaa Audit Record Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- email String
- The email of the associated user that made the change. In case the user is later deleted, we still have some reference to the information.
- event String
- The operation that was performed on this Managed Object.The event is a compound string that includes the CRUD operation such as Create, Modify, Delete, and a string representing the Managed Object type.
- httpOperation String
- The REST URL for the operation.
- id String
- instId String
- The instance id of AuditRecordLocal, which is used to identify if the comming AuditRecordLocal was already processed before.
- moDisplay StringNames 
- moType String
- The object type of the REST resource that was created, modified or deleted.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectMoid String
- The Moid of the REST resource that was created, modified or deleted.
- objectType String
- owners List<String>
- parent
GetAaa Audit Record Parent 
- permissionResources List<GetAaa Audit Record Permission Resource> 
- request String
- sessionId String
- The sessionId in which the user made the change. In case that the session is later deleted, we still have some reference to the information.
- sessions
GetAaa Audit Record Sessions 
- 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.
- sourceIp String
- The source IP of the client.
- 
List<GetAaa Audit Record Tag> 
- timestamp String
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- traceId String
- The trace id of the request that was used to create, modify or delete a REST resource.A trace id is a unique identifier for one particular REST request. It may be used for troubleshooting purposeby the Intersight technical support team.
- user
GetAaa Audit Record User 
- userAgent GetAaa Audit Record User Agent 
- userAgent StringString 
- The raw, string representation of the user agent of the request from the user-agent http request header.
- userId StringOr Email 
- The userId or the email of the associated user that made the change. In case that user is later deleted, we still have some reference to the information.
- versionContext GetAaa Audit Record Version Context 
- account
GetAaa Audit Record Account 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- affectedObject stringType Label 
- The user-friendly label for the object type that was changed.
- ancestors
GetAaa Audit Record Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- email string
- The email of the associated user that made the change. In case the user is later deleted, we still have some reference to the information.
- event string
- The operation that was performed on this Managed Object.The event is a compound string that includes the CRUD operation such as Create, Modify, Delete, and a string representing the Managed Object type.
- httpOperation string
- The REST URL for the operation.
- id string
- instId string
- The instance id of AuditRecordLocal, which is used to identify if the comming AuditRecordLocal was already processed before.
- moDisplay stringNames 
- moType string
- The object type of the REST resource that was created, modified or deleted.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectMoid string
- The Moid of the REST resource that was created, modified or deleted.
- objectType string
- owners string[]
- parent
GetAaa Audit Record Parent 
- permissionResources GetAaa Audit Record Permission Resource[] 
- request string
- sessionId string
- The sessionId in which the user made the change. In case that the session is later deleted, we still have some reference to the information.
- sessions
GetAaa Audit Record Sessions 
- 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.
- sourceIp string
- The source IP of the client.
- 
GetAaa Audit Record Tag[] 
- timestamp string
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- traceId string
- The trace id of the request that was used to create, modify or delete a REST resource.A trace id is a unique identifier for one particular REST request. It may be used for troubleshooting purposeby the Intersight technical support team.
- user
GetAaa Audit Record User 
- userAgent GetAaa Audit Record User Agent 
- userAgent stringString 
- The raw, string representation of the user agent of the request from the user-agent http request header.
- userId stringOr Email 
- The userId or the email of the associated user that made the change. In case that user is later deleted, we still have some reference to the information.
- versionContext GetAaa Audit Record Version Context 
- account
GetAaa Audit Record Account 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- affected_object_ strtype_ label 
- The user-friendly label for the object type that was changed.
- ancestors
Sequence[GetAaa Audit Record Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- email str
- The email of the associated user that made the change. In case the user is later deleted, we still have some reference to the information.
- event str
- The operation that was performed on this Managed Object.The event is a compound string that includes the CRUD operation such as Create, Modify, Delete, and a string representing the Managed Object type.
- http_operation str
- The REST URL for the operation.
- id str
- inst_id str
- The instance id of AuditRecordLocal, which is used to identify if the comming AuditRecordLocal was already processed before.
- mo_display_ strnames 
- mo_type str
- The object type of the REST resource that was created, modified or deleted.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_moid str
- The Moid of the REST resource that was created, modified or deleted.
- object_type str
- owners Sequence[str]
- parent
GetAaa Audit Record Parent 
- permission_resources Sequence[GetAaa Audit Record Permission Resource] 
- request str
- session_id str
- The sessionId in which the user made the change. In case that the session is later deleted, we still have some reference to the information.
- sessions
GetAaa Audit Record Sessions 
- 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.
- source_ip str
- The source IP of the client.
- 
Sequence[GetAaa Audit Record Tag] 
- timestamp str
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- trace_id str
- The trace id of the request that was used to create, modify or delete a REST resource.A trace id is a unique identifier for one particular REST request. It may be used for troubleshooting purposeby the Intersight technical support team.
- user
GetAaa Audit Record User 
- user_agent GetAaa Audit Record User Agent 
- user_agent_ strstring 
- The raw, string representation of the user agent of the request from the user-agent http request header.
- user_id_ stror_ email 
- The userId or the email of the associated user that made the change. In case that user is later deleted, we still have some reference to the information.
- version_context GetAaa Audit Record Version Context 
- account Property Map
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- affectedObject StringType Label 
- The user-friendly label for the object type that was changed.
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- email String
- The email of the associated user that made the change. In case the user is later deleted, we still have some reference to the information.
- event String
- The operation that was performed on this Managed Object.The event is a compound string that includes the CRUD operation such as Create, Modify, Delete, and a string representing the Managed Object type.
- httpOperation String
- The REST URL for the operation.
- id String
- instId String
- The instance id of AuditRecordLocal, which is used to identify if the comming AuditRecordLocal was already processed before.
- moDisplay StringNames 
- moType String
- The object type of the REST resource that was created, modified or deleted.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectMoid String
- The Moid of the REST resource that was created, modified or deleted.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- request String
- sessionId String
- The sessionId in which the user made the change. In case that the session is later deleted, we still have some reference to the information.
- sessions Property Map
- 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.
- sourceIp String
- The source IP of the client.
- List<Property Map>
- timestamp String
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- traceId String
- The trace id of the request that was used to create, modify or delete a REST resource.A trace id is a unique identifier for one particular REST request. It may be used for troubleshooting purposeby the Intersight technical support team.
- user Property Map
- userAgent Property Map
- userAgent StringString 
- The raw, string representation of the user agent of the request from the user-agent http request header.
- userId StringOr Email 
- The userId or the email of the associated user that made the change. In case that user is later deleted, we still have some reference to the information.
- versionContext Property Map
getAaaAuditRecord Result
The following output properties are available:
- Id string
- Results
List<GetAaa Audit Record Result> 
- Account
GetAaa Audit Record Account 
- AccountMoid string
- AdditionalProperties string
- AffectedObject stringType Label 
- Ancestors
List<GetAaa Audit Record Ancestor> 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- Email string
- Event string
- HttpOperation string
- InstId string
- MoDisplay stringNames 
- MoType string
- ModTime string
- Moid string
- ObjectMoid string
- ObjectType string
- Owners List<string>
- Parent
GetAaa Audit Record Parent 
- PermissionResources List<GetAaa Audit Record Permission Resource> 
- Request string
- SessionId string
- Sessions
GetAaa Audit Record Sessions 
- string
- SourceIp string
- 
List<GetAaa Audit Record Tag> 
- Timestamp string
- TraceId string
- User
GetAaa Audit Record User 
- UserAgent GetAaa Audit Record User Agent 
- UserAgent stringString 
- UserId stringOr Email 
- VersionContext GetAaa Audit Record Version Context 
- Id string
- Results
[]GetAaa Audit Record Result 
- Account
GetAaa Audit Record Account 
- AccountMoid string
- AdditionalProperties string
- AffectedObject stringType Label 
- Ancestors
[]GetAaa Audit Record Ancestor 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- Email string
- Event string
- HttpOperation string
- InstId string
- MoDisplay stringNames 
- MoType string
- ModTime string
- Moid string
- ObjectMoid string
- ObjectType string
- Owners []string
- Parent
GetAaa Audit Record Parent 
- PermissionResources []GetAaa Audit Record Permission Resource 
- Request string
- SessionId string
- Sessions
GetAaa Audit Record Sessions 
- string
- SourceIp string
- 
[]GetAaa Audit Record Tag 
- Timestamp string
- TraceId string
- User
GetAaa Audit Record User 
- UserAgent GetAaa Audit Record User Agent 
- UserAgent stringString 
- UserId stringOr Email 
- VersionContext GetAaa Audit Record Version Context 
- id String
- results
List<GetAaa Audit Record Result> 
- account
GetAaa Audit Record Account 
- accountMoid String
- additionalProperties String
- affectedObject StringType Label 
- ancestors
List<GetAaa Audit Record Ancestor> 
- classId String
- createTime String
- domainGroup StringMoid 
- email String
- event String
- httpOperation String
- instId String
- moDisplay StringNames 
- moType String
- modTime String
- moid String
- objectMoid String
- objectType String
- owners List<String>
- parent
GetAaa Audit Record Parent 
- permissionResources List<GetAaa Audit Record Permission Resource> 
- request String
- sessionId String
- sessions
GetAaa Audit Record Sessions 
- String
- sourceIp String
- 
List<GetAaa Audit Record Tag> 
- timestamp String
- traceId String
- user
GetAaa Audit Record User 
- userAgent GetAaa Audit Record User Agent 
- userAgent StringString 
- userId StringOr Email 
- versionContext GetAaa Audit Record Version Context 
- id string
- results
GetAaa Audit Record Result[] 
- account
GetAaa Audit Record Account 
- accountMoid string
- additionalProperties string
- affectedObject stringType Label 
- ancestors
GetAaa Audit Record Ancestor[] 
- classId string
- createTime string
- domainGroup stringMoid 
- email string
- event string
- httpOperation string
- instId string
- moDisplay stringNames 
- moType string
- modTime string
- moid string
- objectMoid string
- objectType string
- owners string[]
- parent
GetAaa Audit Record Parent 
- permissionResources GetAaa Audit Record Permission Resource[] 
- request string
- sessionId string
- sessions
GetAaa Audit Record Sessions 
- string
- sourceIp string
- 
GetAaa Audit Record Tag[] 
- timestamp string
- traceId string
- user
GetAaa Audit Record User 
- userAgent GetAaa Audit Record User Agent 
- userAgent stringString 
- userId stringOr Email 
- versionContext GetAaa Audit Record Version Context 
- id str
- results
Sequence[GetAaa Audit Record Result] 
- account
GetAaa Audit Record Account 
- account_moid str
- additional_properties str
- affected_object_ strtype_ label 
- ancestors
Sequence[GetAaa Audit Record Ancestor] 
- class_id str
- create_time str
- domain_group_ strmoid 
- email str
- event str
- http_operation str
- inst_id str
- mo_display_ strnames 
- mo_type str
- mod_time str
- moid str
- object_moid str
- object_type str
- owners Sequence[str]
- parent
GetAaa Audit Record Parent 
- permission_resources Sequence[GetAaa Audit Record Permission Resource] 
- request str
- session_id str
- sessions
GetAaa Audit Record Sessions 
- str
- source_ip str
- 
Sequence[GetAaa Audit Record Tag] 
- timestamp str
- trace_id str
- user
GetAaa Audit Record User 
- user_agent GetAaa Audit Record User Agent 
- user_agent_ strstring 
- user_id_ stror_ email 
- version_context GetAaa Audit Record Version Context 
- id String
- results List<Property Map>
- account Property Map
- accountMoid String
- additionalProperties String
- affectedObject StringType Label 
- ancestors List<Property Map>
- classId String
- createTime String
- domainGroup StringMoid 
- email String
- event String
- httpOperation String
- instId String
- moDisplay StringNames 
- moType String
- modTime String
- moid String
- objectMoid String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- request String
- sessionId String
- sessions Property Map
- String
- sourceIp String
- List<Property Map>
- timestamp String
- traceId String
- user Property Map
- userAgent Property Map
- userAgent StringString 
- userId StringOr Email 
- versionContext Property Map
Supporting Types
GetAaaAuditRecordAccount    
- 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'.
 
GetAaaAuditRecordAncestor    
- 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'.
 
GetAaaAuditRecordParent    
- 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'.
 
GetAaaAuditRecordPermissionResource     
- 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'.
 
GetAaaAuditRecordResult    
- AccountMoid string
- The Account ID for this managed object.
- Accounts
List<GetAaa Audit Record Result Account> 
- AdditionalProperties string
- AffectedObject stringType Label 
- The user-friendly label for the object type that was changed.
- Ancestors
List<GetAaa Audit Record Result Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Email string
- The email of the associated user that made the change. In case the user is later deleted, we still have some reference to the information.
- Event string
- The operation that was performed on this Managed Object.The event is a compound string that includes the CRUD operation such as Create, Modify, Delete, and a string representing the Managed Object type.
- HttpOperation string
- The REST URL for the operation.
- InstId string
- The instance id of AuditRecordLocal, which is used to identify if the comming AuditRecordLocal was already processed before.
- MoDisplay stringNames 
- MoType string
- The object type of the REST resource that was created, modified or deleted.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectMoid string
- The Moid of the REST resource that was created, modified or deleted.
- ObjectType string
- Owners List<string>
- Parents
List<GetAaa Audit Record Result Parent> 
- PermissionResources List<GetAaa Audit Record Result Permission Resource> 
- Request string
- SessionId string
- The sessionId in which the user made the change. In case that the session is later deleted, we still have some reference to the information.
- Sessions
List<GetAaa Audit Record Result Session> 
- 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.
- SourceIp string
- The source IP of the client.
- 
List<GetAaa Audit Record Result Tag> 
- Timestamp string
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- TraceId string
- The trace id of the request that was used to create, modify or delete a REST resource.A trace id is a unique identifier for one particular REST request. It may be used for troubleshooting purposeby the Intersight technical support team.
- UserAgent stringString 
- The raw, string representation of the user agent of the request from the user-agent http request header.
- UserAgents List<GetAaa Audit Record Result User Agent> 
- UserId stringOr Email 
- The userId or the email of the associated user that made the change. In case that user is later deleted, we still have some reference to the information.
- Users
List<GetAaa Audit Record Result User> 
- VersionContexts List<GetAaa Audit Record Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- Accounts
[]GetAaa Audit Record Result Account 
- AdditionalProperties string
- AffectedObject stringType Label 
- The user-friendly label for the object type that was changed.
- Ancestors
[]GetAaa Audit Record Result Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Email string
- The email of the associated user that made the change. In case the user is later deleted, we still have some reference to the information.
- Event string
- The operation that was performed on this Managed Object.The event is a compound string that includes the CRUD operation such as Create, Modify, Delete, and a string representing the Managed Object type.
- HttpOperation string
- The REST URL for the operation.
- InstId string
- The instance id of AuditRecordLocal, which is used to identify if the comming AuditRecordLocal was already processed before.
- MoDisplay stringNames 
- MoType string
- The object type of the REST resource that was created, modified or deleted.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectMoid string
- The Moid of the REST resource that was created, modified or deleted.
- ObjectType string
- Owners []string
- Parents
[]GetAaa Audit Record Result Parent 
- PermissionResources []GetAaa Audit Record Result Permission Resource 
- Request string
- SessionId string
- The sessionId in which the user made the change. In case that the session is later deleted, we still have some reference to the information.
- Sessions
[]GetAaa Audit Record Result Session 
- 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.
- SourceIp string
- The source IP of the client.
- 
[]GetAaa Audit Record Result Tag 
- Timestamp string
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- TraceId string
- The trace id of the request that was used to create, modify or delete a REST resource.A trace id is a unique identifier for one particular REST request. It may be used for troubleshooting purposeby the Intersight technical support team.
- UserAgent stringString 
- The raw, string representation of the user agent of the request from the user-agent http request header.
- UserAgents []GetAaa Audit Record Result User Agent 
- UserId stringOr Email 
- The userId or the email of the associated user that made the change. In case that user is later deleted, we still have some reference to the information.
- Users
[]GetAaa Audit Record Result User 
- VersionContexts []GetAaa Audit Record Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- accounts
List<GetAaa Audit Record Result Account> 
- additionalProperties String
- affectedObject StringType Label 
- The user-friendly label for the object type that was changed.
- ancestors
List<GetAaa Audit Record Result Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- email String
- The email of the associated user that made the change. In case the user is later deleted, we still have some reference to the information.
- event String
- The operation that was performed on this Managed Object.The event is a compound string that includes the CRUD operation such as Create, Modify, Delete, and a string representing the Managed Object type.
- httpOperation String
- The REST URL for the operation.
- instId String
- The instance id of AuditRecordLocal, which is used to identify if the comming AuditRecordLocal was already processed before.
- moDisplay StringNames 
- moType String
- The object type of the REST resource that was created, modified or deleted.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectMoid String
- The Moid of the REST resource that was created, modified or deleted.
- objectType String
- owners List<String>
- parents
List<GetAaa Audit Record Result Parent> 
- permissionResources List<GetAaa Audit Record Result Permission Resource> 
- request String
- sessionId String
- The sessionId in which the user made the change. In case that the session is later deleted, we still have some reference to the information.
- sessions
List<GetAaa Audit Record Result Session> 
- 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.
- sourceIp String
- The source IP of the client.
- 
List<GetAaa Audit Record Result Tag> 
- timestamp String
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- traceId String
- The trace id of the request that was used to create, modify or delete a REST resource.A trace id is a unique identifier for one particular REST request. It may be used for troubleshooting purposeby the Intersight technical support team.
- userAgent StringString 
- The raw, string representation of the user agent of the request from the user-agent http request header.
- userAgents List<GetAaa Audit Record Result User Agent> 
- userId StringOr Email 
- The userId or the email of the associated user that made the change. In case that user is later deleted, we still have some reference to the information.
- users
List<GetAaa Audit Record Result User> 
- versionContexts List<GetAaa Audit Record Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- accounts
GetAaa Audit Record Result Account[] 
- additionalProperties string
- affectedObject stringType Label 
- The user-friendly label for the object type that was changed.
- ancestors
GetAaa Audit Record Result Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- email string
- The email of the associated user that made the change. In case the user is later deleted, we still have some reference to the information.
- event string
- The operation that was performed on this Managed Object.The event is a compound string that includes the CRUD operation such as Create, Modify, Delete, and a string representing the Managed Object type.
- httpOperation string
- The REST URL for the operation.
- instId string
- The instance id of AuditRecordLocal, which is used to identify if the comming AuditRecordLocal was already processed before.
- moDisplay stringNames 
- moType string
- The object type of the REST resource that was created, modified or deleted.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectMoid string
- The Moid of the REST resource that was created, modified or deleted.
- objectType string
- owners string[]
- parents
GetAaa Audit Record Result Parent[] 
- permissionResources GetAaa Audit Record Result Permission Resource[] 
- request string
- sessionId string
- The sessionId in which the user made the change. In case that the session is later deleted, we still have some reference to the information.
- sessions
GetAaa Audit Record Result Session[] 
- 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.
- sourceIp string
- The source IP of the client.
- 
GetAaa Audit Record Result Tag[] 
- timestamp string
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- traceId string
- The trace id of the request that was used to create, modify or delete a REST resource.A trace id is a unique identifier for one particular REST request. It may be used for troubleshooting purposeby the Intersight technical support team.
- userAgent stringString 
- The raw, string representation of the user agent of the request from the user-agent http request header.
- userAgents GetAaa Audit Record Result User Agent[] 
- userId stringOr Email 
- The userId or the email of the associated user that made the change. In case that user is later deleted, we still have some reference to the information.
- users
GetAaa Audit Record Result User[] 
- versionContexts GetAaa Audit Record Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- accounts
Sequence[GetAaa Audit Record Result Account] 
- additional_properties str
- affected_object_ strtype_ label 
- The user-friendly label for the object type that was changed.
- ancestors
Sequence[GetAaa Audit Record Result Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- email str
- The email of the associated user that made the change. In case the user is later deleted, we still have some reference to the information.
- event str
- The operation that was performed on this Managed Object.The event is a compound string that includes the CRUD operation such as Create, Modify, Delete, and a string representing the Managed Object type.
- http_operation str
- The REST URL for the operation.
- inst_id str
- The instance id of AuditRecordLocal, which is used to identify if the comming AuditRecordLocal was already processed before.
- mo_display_ strnames 
- mo_type str
- The object type of the REST resource that was created, modified or deleted.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_moid str
- The Moid of the REST resource that was created, modified or deleted.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetAaa Audit Record Result Parent] 
- permission_resources Sequence[GetAaa Audit Record Result Permission Resource] 
- request str
- session_id str
- The sessionId in which the user made the change. In case that the session is later deleted, we still have some reference to the information.
- sessions
Sequence[GetAaa Audit Record Result Session] 
- 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.
- source_ip str
- The source IP of the client.
- 
Sequence[GetAaa Audit Record Result Tag] 
- timestamp str
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- trace_id str
- The trace id of the request that was used to create, modify or delete a REST resource.A trace id is a unique identifier for one particular REST request. It may be used for troubleshooting purposeby the Intersight technical support team.
- user_agent_ strstring 
- The raw, string representation of the user agent of the request from the user-agent http request header.
- user_agents Sequence[GetAaa Audit Record Result User Agent] 
- user_id_ stror_ email 
- The userId or the email of the associated user that made the change. In case that user is later deleted, we still have some reference to the information.
- users
Sequence[GetAaa Audit Record Result User] 
- version_contexts Sequence[GetAaa Audit Record Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- accounts List<Property Map>
- additionalProperties String
- affectedObject StringType Label 
- The user-friendly label for the object type that was changed.
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- email String
- The email of the associated user that made the change. In case the user is later deleted, we still have some reference to the information.
- event String
- The operation that was performed on this Managed Object.The event is a compound string that includes the CRUD operation such as Create, Modify, Delete, and a string representing the Managed Object type.
- httpOperation String
- The REST URL for the operation.
- instId String
- The instance id of AuditRecordLocal, which is used to identify if the comming AuditRecordLocal was already processed before.
- moDisplay StringNames 
- moType String
- The object type of the REST resource that was created, modified or deleted.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectMoid String
- The Moid of the REST resource that was created, modified or deleted.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- request String
- sessionId String
- The sessionId in which the user made the change. In case that the session is later deleted, we still have some reference to the information.
- sessions List<Property Map>
- 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.
- sourceIp String
- The source IP of the client.
- List<Property Map>
- timestamp String
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- traceId String
- The trace id of the request that was used to create, modify or delete a REST resource.A trace id is a unique identifier for one particular REST request. It may be used for troubleshooting purposeby the Intersight technical support team.
- userAgent StringString 
- The raw, string representation of the user agent of the request from the user-agent http request header.
- userAgents List<Property Map>
- userId StringOr Email 
- The userId or the email of the associated user that made the change. In case that user is later deleted, we still have some reference to the information.
- users List<Property Map>
- versionContexts List<Property Map>
GetAaaAuditRecordResultAccount     
- 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
GetAaaAuditRecordResultAncestor     
- 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
GetAaaAuditRecordResultParent     
- 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
GetAaaAuditRecordResultPermissionResource      
- 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
GetAaaAuditRecordResultSession     
- 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
GetAaaAuditRecordResultTag     
- 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
GetAaaAuditRecordResultUser     
- 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
GetAaaAuditRecordResultUserAgent      
- AdditionalProperties string
- ClassId string
- ObjectType string
- OsFamily string
- OsVersion string
- SoftwareFamily string
- SoftwareSubtype string
- SoftwareType string
- SoftwareVersion string
- AdditionalProperties string
- ClassId string
- ObjectType string
- OsFamily string
- OsVersion string
- SoftwareFamily string
- SoftwareSubtype string
- SoftwareType string
- SoftwareVersion string
- additionalProperties String
- classId String
- objectType String
- osFamily String
- osVersion String
- softwareFamily String
- softwareSubtype String
- softwareType String
- softwareVersion String
- additionalProperties string
- classId string
- objectType string
- osFamily string
- osVersion string
- softwareFamily string
- softwareSubtype string
- softwareType string
- softwareVersion string
- additional_properties str
- class_id str
- object_type str
- os_family str
- os_version str
- software_family str
- software_subtype str
- software_type str
- software_version str
- additionalProperties String
- classId String
- objectType String
- osFamily String
- osVersion String
- softwareFamily String
- softwareSubtype String
- softwareType String
- softwareVersion String
GetAaaAuditRecordResultVersionContext      
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetAaa Audit Record Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos List<GetAaa Audit Record Result Version Context Ref Mo> 
- Timestamp string
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- VersionType string
- AdditionalProperties string
- ClassId string
- InterestedMos []GetAaa Audit Record Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetAaa Audit Record Result Version Context Ref Mo 
- Timestamp string
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetAaa Audit Record Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetAaa Audit Record Result Version Context Ref Mo> 
- timestamp String
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- versionType String
- additionalProperties string
- classId string
- interestedMos GetAaa Audit Record Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetAaa Audit Record Result Version Context Ref Mo[] 
- timestamp string
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- versionType string
- additional_properties str
- class_id str
- interested_mos Sequence[GetAaa Audit Record Result Version Context Interested Mo] 
- marked_for_ booldeletion 
- nr_version str
- object_type str
- ref_mos Sequence[GetAaa Audit Record Result Version Context Ref Mo] 
- timestamp str
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- version_type str
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- versionType String
GetAaaAuditRecordResultVersionContextInterestedMo        
- 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
GetAaaAuditRecordResultVersionContextRefMo        
- 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
GetAaaAuditRecordSessions    
- 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'.
 
GetAaaAuditRecordTag    
- 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.
GetAaaAuditRecordUser    
- 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'.
 
GetAaaAuditRecordUserAgent     
- 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.
- OsFamily string
- The type of operating system that sent the request. Not applicable to Intersight SDK requests.
- OsVersion string
- The version of the operating system that sent the request. Not applicable for Intersight SDK requests.
- SoftwareFamily string
- The type of client that made the request. For browser requests, it is the specific browser that made the request (e.g. Chrome, Firefox, etc.).
- SoftwareSubtype string
- The subtype of software that made the request. For SDK requests, this is the programming language used in the SDK. For browser requests, this provides additional context on the client (e.g. if the client is running on a mobile device).
- SoftwareType string
- The type of application that made the request. This can be a browser or some other software, such as an SDK.
- SoftwareVersion string
- The version of the client that made the request.
- 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.
- OsFamily string
- The type of operating system that sent the request. Not applicable to Intersight SDK requests.
- OsVersion string
- The version of the operating system that sent the request. Not applicable for Intersight SDK requests.
- SoftwareFamily string
- The type of client that made the request. For browser requests, it is the specific browser that made the request (e.g. Chrome, Firefox, etc.).
- SoftwareSubtype string
- The subtype of software that made the request. For SDK requests, this is the programming language used in the SDK. For browser requests, this provides additional context on the client (e.g. if the client is running on a mobile device).
- SoftwareType string
- The type of application that made the request. This can be a browser or some other software, such as an SDK.
- SoftwareVersion string
- The version of the client that made the request.
- 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.
- osFamily String
- The type of operating system that sent the request. Not applicable to Intersight SDK requests.
- osVersion String
- The version of the operating system that sent the request. Not applicable for Intersight SDK requests.
- softwareFamily String
- The type of client that made the request. For browser requests, it is the specific browser that made the request (e.g. Chrome, Firefox, etc.).
- softwareSubtype String
- The subtype of software that made the request. For SDK requests, this is the programming language used in the SDK. For browser requests, this provides additional context on the client (e.g. if the client is running on a mobile device).
- softwareType String
- The type of application that made the request. This can be a browser or some other software, such as an SDK.
- softwareVersion String
- The version of the client that made the request.
- 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.
- osFamily string
- The type of operating system that sent the request. Not applicable to Intersight SDK requests.
- osVersion string
- The version of the operating system that sent the request. Not applicable for Intersight SDK requests.
- softwareFamily string
- The type of client that made the request. For browser requests, it is the specific browser that made the request (e.g. Chrome, Firefox, etc.).
- softwareSubtype string
- The subtype of software that made the request. For SDK requests, this is the programming language used in the SDK. For browser requests, this provides additional context on the client (e.g. if the client is running on a mobile device).
- softwareType string
- The type of application that made the request. This can be a browser or some other software, such as an SDK.
- softwareVersion string
- The version of the client that made the request.
- 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.
- os_family str
- The type of operating system that sent the request. Not applicable to Intersight SDK requests.
- os_version str
- The version of the operating system that sent the request. Not applicable for Intersight SDK requests.
- software_family str
- The type of client that made the request. For browser requests, it is the specific browser that made the request (e.g. Chrome, Firefox, etc.).
- software_subtype str
- The subtype of software that made the request. For SDK requests, this is the programming language used in the SDK. For browser requests, this provides additional context on the client (e.g. if the client is running on a mobile device).
- software_type str
- The type of application that made the request. This can be a browser or some other software, such as an SDK.
- software_version str
- The version of the client that made the request.
- 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.
- osFamily String
- The type of operating system that sent the request. Not applicable to Intersight SDK requests.
- osVersion String
- The version of the operating system that sent the request. Not applicable for Intersight SDK requests.
- softwareFamily String
- The type of client that made the request. For browser requests, it is the specific browser that made the request (e.g. Chrome, Firefox, etc.).
- softwareSubtype String
- The subtype of software that made the request. For SDK requests, this is the programming language used in the SDK. For browser requests, this provides additional context on the client (e.g. if the client is running on a mobile device).
- softwareType String
- The type of application that made the request. This can be a browser or some other software, such as an SDK.
- softwareVersion String
- The version of the client that made the request.
GetAaaAuditRecordVersionContext     
- 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<GetAaa Audit Record 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 GetAaa Audit Record Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- 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 []GetAaa Audit Record 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 GetAaa Audit Record Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- 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<GetAaa Audit Record 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 GetAaa Audit Record Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- 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 GetAaa Audit Record 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 GetAaa Audit Record Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- 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[GetAaa Audit Record 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 GetAaa Audit Record Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- 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 creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted.
- 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.
 
GetAaaAuditRecordVersionContextInterestedMo       
- 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'.
 
GetAaaAuditRecordVersionContextRefMo       
- 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