1. Packages
  2. Intersight Provider
  3. API Docs
  4. getAaaAuditRecord
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getAaaAuditRecord

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary

    The following arguments are supported:

    Account GetAaaAuditRecordAccount
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AffectedObjectTypeLabel string
    The user-friendly label for the object type that was changed.
    Ancestors List<GetAaaAuditRecordAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    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.
    MoDisplayNames string
    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 GetAaaAuditRecordParent
    PermissionResources List<GetAaaAuditRecordPermissionResource>
    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 GetAaaAuditRecordSessions
    SharedScope 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.
    Tags List<GetAaaAuditRecordTag>
    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 GetAaaAuditRecordUser
    UserAgent GetAaaAuditRecordUserAgent
    UserAgentString string
    The raw, string representation of the user agent of the request from the user-agent http request header.
    UserIdOrEmail string
    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 GetAaaAuditRecordVersionContext
    Account GetAaaAuditRecordAccount
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AffectedObjectTypeLabel string
    The user-friendly label for the object type that was changed.
    Ancestors []GetAaaAuditRecordAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    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.
    MoDisplayNames string
    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 GetAaaAuditRecordParent
    PermissionResources []GetAaaAuditRecordPermissionResource
    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 GetAaaAuditRecordSessions
    SharedScope 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.
    Tags []GetAaaAuditRecordTag
    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 GetAaaAuditRecordUser
    UserAgent GetAaaAuditRecordUserAgent
    UserAgentString string
    The raw, string representation of the user agent of the request from the user-agent http request header.
    UserIdOrEmail string
    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 GetAaaAuditRecordVersionContext
    account GetAaaAuditRecordAccount
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    affectedObjectTypeLabel String
    The user-friendly label for the object type that was changed.
    ancestors List<GetAaaAuditRecordAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    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.
    moDisplayNames String
    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 GetAaaAuditRecordParent
    permissionResources List<GetAaaAuditRecordPermissionResource>
    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 GetAaaAuditRecordSessions
    sharedScope 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.
    tags List<GetAaaAuditRecordTag>
    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 GetAaaAuditRecordUser
    userAgent GetAaaAuditRecordUserAgent
    userAgentString String
    The raw, string representation of the user agent of the request from the user-agent http request header.
    userIdOrEmail String
    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 GetAaaAuditRecordVersionContext
    account GetAaaAuditRecordAccount
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    affectedObjectTypeLabel string
    The user-friendly label for the object type that was changed.
    ancestors GetAaaAuditRecordAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    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.
    moDisplayNames string
    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 GetAaaAuditRecordParent
    permissionResources GetAaaAuditRecordPermissionResource[]
    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 GetAaaAuditRecordSessions
    sharedScope 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.
    tags GetAaaAuditRecordTag[]
    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 GetAaaAuditRecordUser
    userAgent GetAaaAuditRecordUserAgent
    userAgentString string
    The raw, string representation of the user agent of the request from the user-agent http request header.
    userIdOrEmail string
    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 GetAaaAuditRecordVersionContext
    account GetAaaAuditRecordAccount
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    affected_object_type_label str
    The user-friendly label for the object type that was changed.
    ancestors Sequence[GetAaaAuditRecordAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    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_names str
    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 GetAaaAuditRecordParent
    permission_resources Sequence[GetAaaAuditRecordPermissionResource]
    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 GetAaaAuditRecordSessions
    shared_scope 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.
    tags Sequence[GetAaaAuditRecordTag]
    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 GetAaaAuditRecordUser
    user_agent GetAaaAuditRecordUserAgent
    user_agent_string str
    The raw, string representation of the user agent of the request from the user-agent http request header.
    user_id_or_email str
    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 GetAaaAuditRecordVersionContext
    account Property Map
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    affectedObjectTypeLabel String
    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.
    domainGroupMoid String
    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.
    moDisplayNames String
    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
    sharedScope 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.
    tags 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
    userAgentString String
    The raw, string representation of the user agent of the request from the user-agent http request header.
    userIdOrEmail String
    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<GetAaaAuditRecordResult>
    Account GetAaaAuditRecordAccount
    AccountMoid string
    AdditionalProperties string
    AffectedObjectTypeLabel string
    Ancestors List<GetAaaAuditRecordAncestor>
    ClassId string
    CreateTime string
    DomainGroupMoid string
    Email string
    Event string
    HttpOperation string
    InstId string
    MoDisplayNames string
    MoType string
    ModTime string
    Moid string
    ObjectMoid string
    ObjectType string
    Owners List<string>
    Parent GetAaaAuditRecordParent
    PermissionResources List<GetAaaAuditRecordPermissionResource>
    Request string
    SessionId string
    Sessions GetAaaAuditRecordSessions
    SharedScope string
    SourceIp string
    Tags List<GetAaaAuditRecordTag>
    Timestamp string
    TraceId string
    User GetAaaAuditRecordUser
    UserAgent GetAaaAuditRecordUserAgent
    UserAgentString string
    UserIdOrEmail string
    VersionContext GetAaaAuditRecordVersionContext
    id String
    results List<GetAaaAuditRecordResult>
    account GetAaaAuditRecordAccount
    accountMoid String
    additionalProperties String
    affectedObjectTypeLabel String
    ancestors List<GetAaaAuditRecordAncestor>
    classId String
    createTime String
    domainGroupMoid String
    email String
    event String
    httpOperation String
    instId String
    moDisplayNames String
    moType String
    modTime String
    moid String
    objectMoid String
    objectType String
    owners List<String>
    parent GetAaaAuditRecordParent
    permissionResources List<GetAaaAuditRecordPermissionResource>
    request String
    sessionId String
    sessions GetAaaAuditRecordSessions
    sharedScope String
    sourceIp String
    tags List<GetAaaAuditRecordTag>
    timestamp String
    traceId String
    user GetAaaAuditRecordUser
    userAgent GetAaaAuditRecordUserAgent
    userAgentString String
    userIdOrEmail String
    versionContext GetAaaAuditRecordVersionContext

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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<GetAaaAuditRecordResultAccount>
    AdditionalProperties string
    AffectedObjectTypeLabel string
    The user-friendly label for the object type that was changed.
    Ancestors List<GetAaaAuditRecordResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    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.
    MoDisplayNames string
    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<GetAaaAuditRecordResultParent>
    PermissionResources List<GetAaaAuditRecordResultPermissionResource>
    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<GetAaaAuditRecordResultSession>
    SharedScope 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.
    Tags List<GetAaaAuditRecordResultTag>
    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.
    UserAgentString string
    The raw, string representation of the user agent of the request from the user-agent http request header.
    UserAgents List<GetAaaAuditRecordResultUserAgent>
    UserIdOrEmail string
    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<GetAaaAuditRecordResultUser>
    VersionContexts List<GetAaaAuditRecordResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    Accounts []GetAaaAuditRecordResultAccount
    AdditionalProperties string
    AffectedObjectTypeLabel string
    The user-friendly label for the object type that was changed.
    Ancestors []GetAaaAuditRecordResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    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.
    MoDisplayNames string
    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 []GetAaaAuditRecordResultParent
    PermissionResources []GetAaaAuditRecordResultPermissionResource
    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 []GetAaaAuditRecordResultSession
    SharedScope 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.
    Tags []GetAaaAuditRecordResultTag
    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.
    UserAgentString string
    The raw, string representation of the user agent of the request from the user-agent http request header.
    UserAgents []GetAaaAuditRecordResultUserAgent
    UserIdOrEmail string
    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 []GetAaaAuditRecordResultUser
    VersionContexts []GetAaaAuditRecordResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    accounts List<GetAaaAuditRecordResultAccount>
    additionalProperties String
    affectedObjectTypeLabel String
    The user-friendly label for the object type that was changed.
    ancestors List<GetAaaAuditRecordResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    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.
    moDisplayNames String
    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<GetAaaAuditRecordResultParent>
    permissionResources List<GetAaaAuditRecordResultPermissionResource>
    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<GetAaaAuditRecordResultSession>
    sharedScope 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.
    tags List<GetAaaAuditRecordResultTag>
    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.
    userAgentString String
    The raw, string representation of the user agent of the request from the user-agent http request header.
    userAgents List<GetAaaAuditRecordResultUserAgent>
    userIdOrEmail String
    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<GetAaaAuditRecordResultUser>
    versionContexts List<GetAaaAuditRecordResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    accounts GetAaaAuditRecordResultAccount[]
    additionalProperties string
    affectedObjectTypeLabel string
    The user-friendly label for the object type that was changed.
    ancestors GetAaaAuditRecordResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    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.
    moDisplayNames string
    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 GetAaaAuditRecordResultParent[]
    permissionResources GetAaaAuditRecordResultPermissionResource[]
    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 GetAaaAuditRecordResultSession[]
    sharedScope 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.
    tags GetAaaAuditRecordResultTag[]
    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.
    userAgentString string
    The raw, string representation of the user agent of the request from the user-agent http request header.
    userAgents GetAaaAuditRecordResultUserAgent[]
    userIdOrEmail string
    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 GetAaaAuditRecordResultUser[]
    versionContexts GetAaaAuditRecordResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    accounts Sequence[GetAaaAuditRecordResultAccount]
    additional_properties str
    affected_object_type_label str
    The user-friendly label for the object type that was changed.
    ancestors Sequence[GetAaaAuditRecordResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    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_names str
    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[GetAaaAuditRecordResultParent]
    permission_resources Sequence[GetAaaAuditRecordResultPermissionResource]
    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[GetAaaAuditRecordResultSession]
    shared_scope 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.
    tags Sequence[GetAaaAuditRecordResultTag]
    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_string str
    The raw, string representation of the user agent of the request from the user-agent http request header.
    user_agents Sequence[GetAaaAuditRecordResultUserAgent]
    user_id_or_email str
    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[GetAaaAuditRecordResultUser]
    version_contexts Sequence[GetAaaAuditRecordResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    accounts List<Property Map>
    additionalProperties String
    affectedObjectTypeLabel String
    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.
    domainGroupMoid String
    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.
    moDisplayNames String
    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>
    sharedScope 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.
    tags 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.
    userAgentString String
    The raw, string representation of the user agent of the request from the user-agent http request header.
    userAgents List<Property Map>
    userIdOrEmail String
    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
    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

    GetAaaAuditRecordResultVersionContext

    AdditionalProperties string
    ClassId string
    InterestedMos List<GetAaaAuditRecordResultVersionContextInterestedMo>
    MarkedForDeletion bool
    NrVersion string
    ObjectType string
    RefMos List<GetAaaAuditRecordResultVersionContextRefMo>
    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 []GetAaaAuditRecordResultVersionContextInterestedMo
    MarkedForDeletion bool
    NrVersion string
    ObjectType string
    RefMos []GetAaaAuditRecordResultVersionContextRefMo
    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<GetAaaAuditRecordResultVersionContextInterestedMo>
    markedForDeletion Boolean
    nrVersion String
    objectType String
    refMos List<GetAaaAuditRecordResultVersionContextRefMo>
    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 GetAaaAuditRecordResultVersionContextInterestedMo[]
    markedForDeletion boolean
    nrVersion string
    objectType string
    refMos GetAaaAuditRecordResultVersionContextRefMo[]
    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<Property Map>
    markedForDeletion Boolean
    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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<GetAaaAuditRecordVersionContextInterestedMo>
    MarkedForDeletion bool
    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 GetAaaAuditRecordVersionContextRefMo
    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 []GetAaaAuditRecordVersionContextInterestedMo
    MarkedForDeletion bool
    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 GetAaaAuditRecordVersionContextRefMo
    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<GetAaaAuditRecordVersionContextInterestedMo>
    markedForDeletion Boolean
    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 GetAaaAuditRecordVersionContextRefMo
    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 GetAaaAuditRecordVersionContextInterestedMo[]
    markedForDeletion boolean
    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 GetAaaAuditRecordVersionContextRefMo
    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[GetAaaAuditRecordVersionContextInterestedMo]
    marked_for_deletion bool
    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 GetAaaAuditRecordVersionContextRefMo
    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>
    markedForDeletion Boolean
    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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 intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet