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

intersight.getTamAdvisoryDefinition

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    An Intersight Advisory. An advisory represents an identification of a potential issue and may also include a recommendation for resolving the said issue. Advisories may be of different kind and severity. for e.g. It could be a security vulnerability or a performance issue or a hardware issue with different recommendations for resolving them.

    Using getTamAdvisoryDefinition

    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 getTamAdvisoryDefinition(args: GetTamAdvisoryDefinitionArgs, opts?: InvokeOptions): Promise<GetTamAdvisoryDefinitionResult>
    function getTamAdvisoryDefinitionOutput(args: GetTamAdvisoryDefinitionOutputArgs, opts?: InvokeOptions): Output<GetTamAdvisoryDefinitionResult>
    def get_tam_advisory_definition(account_moid: Optional[str] = None,
                                    actions: Optional[Sequence[GetTamAdvisoryDefinitionAction]] = None,
                                    additional_properties: Optional[str] = None,
                                    advisory_details: Optional[GetTamAdvisoryDefinitionAdvisoryDetails] = None,
                                    advisory_id: Optional[str] = None,
                                    ancestors: Optional[Sequence[GetTamAdvisoryDefinitionAncestor]] = None,
                                    api_data_sources: Optional[Sequence[GetTamAdvisoryDefinitionApiDataSource]] = None,
                                    class_id: Optional[str] = None,
                                    create_time: Optional[str] = None,
                                    date_published: Optional[str] = None,
                                    date_updated: Optional[str] = None,
                                    description: Optional[str] = None,
                                    domain_group_moid: Optional[str] = None,
                                    execute_on_pod: Optional[str] = None,
                                    external_url: Optional[str] = None,
                                    id: Optional[str] = None,
                                    mod_time: Optional[str] = None,
                                    moid: Optional[str] = None,
                                    name: Optional[str] = None,
                                    nr_version: Optional[str] = None,
                                    object_type: Optional[str] = None,
                                    organization: Optional[GetTamAdvisoryDefinitionOrganization] = None,
                                    other_ref_urls: Optional[Sequence[str]] = None,
                                    owners: Optional[Sequence[str]] = None,
                                    parent: Optional[GetTamAdvisoryDefinitionParent] = None,
                                    permission_resources: Optional[Sequence[GetTamAdvisoryDefinitionPermissionResource]] = None,
                                    recommendation: Optional[str] = None,
                                    s3_data_sources: Optional[Sequence[GetTamAdvisoryDefinitionS3DataSource]] = None,
                                    severity: Optional[GetTamAdvisoryDefinitionSeverity] = None,
                                    shared_scope: Optional[str] = None,
                                    state: Optional[str] = None,
                                    tags: Optional[Sequence[GetTamAdvisoryDefinitionTag]] = None,
                                    type: Optional[str] = None,
                                    version_context: Optional[GetTamAdvisoryDefinitionVersionContext] = None,
                                    workaround: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetTamAdvisoryDefinitionResult
    def get_tam_advisory_definition_output(account_moid: Optional[pulumi.Input[str]] = None,
                                    actions: Optional[pulumi.Input[Sequence[pulumi.Input[GetTamAdvisoryDefinitionActionArgs]]]] = None,
                                    additional_properties: Optional[pulumi.Input[str]] = None,
                                    advisory_details: Optional[pulumi.Input[GetTamAdvisoryDefinitionAdvisoryDetailsArgs]] = None,
                                    advisory_id: Optional[pulumi.Input[str]] = None,
                                    ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetTamAdvisoryDefinitionAncestorArgs]]]] = None,
                                    api_data_sources: Optional[pulumi.Input[Sequence[pulumi.Input[GetTamAdvisoryDefinitionApiDataSourceArgs]]]] = None,
                                    class_id: Optional[pulumi.Input[str]] = None,
                                    create_time: Optional[pulumi.Input[str]] = None,
                                    date_published: Optional[pulumi.Input[str]] = None,
                                    date_updated: Optional[pulumi.Input[str]] = None,
                                    description: Optional[pulumi.Input[str]] = None,
                                    domain_group_moid: Optional[pulumi.Input[str]] = None,
                                    execute_on_pod: Optional[pulumi.Input[str]] = None,
                                    external_url: Optional[pulumi.Input[str]] = None,
                                    id: Optional[pulumi.Input[str]] = None,
                                    mod_time: Optional[pulumi.Input[str]] = None,
                                    moid: Optional[pulumi.Input[str]] = None,
                                    name: Optional[pulumi.Input[str]] = None,
                                    nr_version: Optional[pulumi.Input[str]] = None,
                                    object_type: Optional[pulumi.Input[str]] = None,
                                    organization: Optional[pulumi.Input[GetTamAdvisoryDefinitionOrganizationArgs]] = None,
                                    other_ref_urls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                    owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                    parent: Optional[pulumi.Input[GetTamAdvisoryDefinitionParentArgs]] = None,
                                    permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetTamAdvisoryDefinitionPermissionResourceArgs]]]] = None,
                                    recommendation: Optional[pulumi.Input[str]] = None,
                                    s3_data_sources: Optional[pulumi.Input[Sequence[pulumi.Input[GetTamAdvisoryDefinitionS3DataSourceArgs]]]] = None,
                                    severity: Optional[pulumi.Input[GetTamAdvisoryDefinitionSeverityArgs]] = None,
                                    shared_scope: Optional[pulumi.Input[str]] = None,
                                    state: Optional[pulumi.Input[str]] = None,
                                    tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetTamAdvisoryDefinitionTagArgs]]]] = None,
                                    type: Optional[pulumi.Input[str]] = None,
                                    version_context: Optional[pulumi.Input[GetTamAdvisoryDefinitionVersionContextArgs]] = None,
                                    workaround: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetTamAdvisoryDefinitionResult]
    func LookupTamAdvisoryDefinition(ctx *Context, args *LookupTamAdvisoryDefinitionArgs, opts ...InvokeOption) (*LookupTamAdvisoryDefinitionResult, error)
    func LookupTamAdvisoryDefinitionOutput(ctx *Context, args *LookupTamAdvisoryDefinitionOutputArgs, opts ...InvokeOption) LookupTamAdvisoryDefinitionResultOutput

    > Note: This function is named LookupTamAdvisoryDefinition in the Go SDK.

    public static class GetTamAdvisoryDefinition 
    {
        public static Task<GetTamAdvisoryDefinitionResult> InvokeAsync(GetTamAdvisoryDefinitionArgs args, InvokeOptions? opts = null)
        public static Output<GetTamAdvisoryDefinitionResult> Invoke(GetTamAdvisoryDefinitionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTamAdvisoryDefinitionResult> getTamAdvisoryDefinition(GetTamAdvisoryDefinitionArgs args, InvokeOptions options)
    public static Output<GetTamAdvisoryDefinitionResult> getTamAdvisoryDefinition(GetTamAdvisoryDefinitionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getTamAdvisoryDefinition:getTamAdvisoryDefinition
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    Actions List<GetTamAdvisoryDefinitionAction>
    AdditionalProperties string
    AdvisoryDetails GetTamAdvisoryDefinitionAdvisoryDetails
    AdvisoryId string
    Cisco generated identifier for the published security/field-notice/end-of-life advisory.
    Ancestors List<GetTamAdvisoryDefinitionAncestor>
    ApiDataSources List<GetTamAdvisoryDefinitionApiDataSource>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DatePublished string
    Date when the security/field-notice/end-of-life advisory was first published by Cisco.
    DateUpdated string
    Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
    Description string
    Brief description of the advisory details.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExecuteOnPod string
    Orion pod on which this advisory should process.* tier1 - Advisory processing will be taken care in first advisory driver of multinode cluster.* tier2 - Advisory processing will be taken care in second advisory driver of multinode cluster.
    ExternalUrl string
    A link to an external URL describing security Advisory in more details.
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    A user defined name for the Intersight Advisory.
    NrVersion string
    Cisco assigned advisory/field-notice/end-of-life version after latest revision.
    ObjectType string
    Organization GetTamAdvisoryDefinitionOrganization
    OtherRefUrls List<string>
    Owners List<string>
    Parent GetTamAdvisoryDefinitionParent
    PermissionResources List<GetTamAdvisoryDefinitionPermissionResource>
    Recommendation string
    Recommended action to resolve the security advisory.
    S3DataSources List<GetTamAdvisoryDefinitionS3DataSource>
    Severity GetTamAdvisoryDefinitionSeverity
    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.
    State string
    Current state of the advisory.* ready - Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.* evaluating - Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
    Tags List<GetTamAdvisoryDefinitionTag>
    Type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    VersionContext GetTamAdvisoryDefinitionVersionContext
    Workaround string
    Workarounds available for the advisory.
    AccountMoid string
    The Account ID for this managed object.
    Actions []GetTamAdvisoryDefinitionAction
    AdditionalProperties string
    AdvisoryDetails GetTamAdvisoryDefinitionAdvisoryDetails
    AdvisoryId string
    Cisco generated identifier for the published security/field-notice/end-of-life advisory.
    Ancestors []GetTamAdvisoryDefinitionAncestor
    ApiDataSources []GetTamAdvisoryDefinitionApiDataSource
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DatePublished string
    Date when the security/field-notice/end-of-life advisory was first published by Cisco.
    DateUpdated string
    Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
    Description string
    Brief description of the advisory details.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExecuteOnPod string
    Orion pod on which this advisory should process.* tier1 - Advisory processing will be taken care in first advisory driver of multinode cluster.* tier2 - Advisory processing will be taken care in second advisory driver of multinode cluster.
    ExternalUrl string
    A link to an external URL describing security Advisory in more details.
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    A user defined name for the Intersight Advisory.
    NrVersion string
    Cisco assigned advisory/field-notice/end-of-life version after latest revision.
    ObjectType string
    Organization GetTamAdvisoryDefinitionOrganization
    OtherRefUrls []string
    Owners []string
    Parent GetTamAdvisoryDefinitionParent
    PermissionResources []GetTamAdvisoryDefinitionPermissionResource
    Recommendation string
    Recommended action to resolve the security advisory.
    S3DataSources []GetTamAdvisoryDefinitionS3DataSource
    Severity GetTamAdvisoryDefinitionSeverity
    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.
    State string
    Current state of the advisory.* ready - Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.* evaluating - Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
    Tags []GetTamAdvisoryDefinitionTag
    Type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    VersionContext GetTamAdvisoryDefinitionVersionContext
    Workaround string
    Workarounds available for the advisory.
    accountMoid String
    The Account ID for this managed object.
    actions List<GetTamAdvisoryDefinitionAction>
    additionalProperties String
    advisoryDetails GetTamAdvisoryDefinitionAdvisoryDetails
    advisoryId String
    Cisco generated identifier for the published security/field-notice/end-of-life advisory.
    ancestors List<GetTamAdvisoryDefinitionAncestor>
    apiDataSources List<GetTamAdvisoryDefinitionApiDataSource>
    classId String
    createTime String
    The time when this managed object was created.
    datePublished String
    Date when the security/field-notice/end-of-life advisory was first published by Cisco.
    dateUpdated String
    Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
    description String
    Brief description of the advisory details.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    executeOnPod String
    Orion pod on which this advisory should process.* tier1 - Advisory processing will be taken care in first advisory driver of multinode cluster.* tier2 - Advisory processing will be taken care in second advisory driver of multinode cluster.
    externalUrl String
    A link to an external URL describing security Advisory in more details.
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    A user defined name for the Intersight Advisory.
    nrVersion String
    Cisco assigned advisory/field-notice/end-of-life version after latest revision.
    objectType String
    organization GetTamAdvisoryDefinitionOrganization
    otherRefUrls List<String>
    owners List<String>
    parent GetTamAdvisoryDefinitionParent
    permissionResources List<GetTamAdvisoryDefinitionPermissionResource>
    recommendation String
    Recommended action to resolve the security advisory.
    s3DataSources List<GetTamAdvisoryDefinitionS3DataSource>
    severity GetTamAdvisoryDefinitionSeverity
    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.
    state String
    Current state of the advisory.* ready - Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.* evaluating - Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
    tags List<GetTamAdvisoryDefinitionTag>
    type String
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    versionContext GetTamAdvisoryDefinitionVersionContext
    workaround String
    Workarounds available for the advisory.
    accountMoid string
    The Account ID for this managed object.
    actions GetTamAdvisoryDefinitionAction[]
    additionalProperties string
    advisoryDetails GetTamAdvisoryDefinitionAdvisoryDetails
    advisoryId string
    Cisco generated identifier for the published security/field-notice/end-of-life advisory.
    ancestors GetTamAdvisoryDefinitionAncestor[]
    apiDataSources GetTamAdvisoryDefinitionApiDataSource[]
    classId string
    createTime string
    The time when this managed object was created.
    datePublished string
    Date when the security/field-notice/end-of-life advisory was first published by Cisco.
    dateUpdated string
    Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
    description string
    Brief description of the advisory details.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    executeOnPod string
    Orion pod on which this advisory should process.* tier1 - Advisory processing will be taken care in first advisory driver of multinode cluster.* tier2 - Advisory processing will be taken care in second advisory driver of multinode cluster.
    externalUrl string
    A link to an external URL describing security Advisory in more details.
    id string
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    A user defined name for the Intersight Advisory.
    nrVersion string
    Cisco assigned advisory/field-notice/end-of-life version after latest revision.
    objectType string
    organization GetTamAdvisoryDefinitionOrganization
    otherRefUrls string[]
    owners string[]
    parent GetTamAdvisoryDefinitionParent
    permissionResources GetTamAdvisoryDefinitionPermissionResource[]
    recommendation string
    Recommended action to resolve the security advisory.
    s3DataSources GetTamAdvisoryDefinitionS3DataSource[]
    severity GetTamAdvisoryDefinitionSeverity
    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.
    state string
    Current state of the advisory.* ready - Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.* evaluating - Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
    tags GetTamAdvisoryDefinitionTag[]
    type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    versionContext GetTamAdvisoryDefinitionVersionContext
    workaround string
    Workarounds available for the advisory.
    account_moid str
    The Account ID for this managed object.
    actions Sequence[GetTamAdvisoryDefinitionAction]
    additional_properties str
    advisory_details GetTamAdvisoryDefinitionAdvisoryDetails
    advisory_id str
    Cisco generated identifier for the published security/field-notice/end-of-life advisory.
    ancestors Sequence[GetTamAdvisoryDefinitionAncestor]
    api_data_sources Sequence[GetTamAdvisoryDefinitionApiDataSource]
    class_id str
    create_time str
    The time when this managed object was created.
    date_published str
    Date when the security/field-notice/end-of-life advisory was first published by Cisco.
    date_updated str
    Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
    description str
    Brief description of the advisory details.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    execute_on_pod str
    Orion pod on which this advisory should process.* tier1 - Advisory processing will be taken care in first advisory driver of multinode cluster.* tier2 - Advisory processing will be taken care in second advisory driver of multinode cluster.
    external_url str
    A link to an external URL describing security Advisory in more details.
    id str
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    A user defined name for the Intersight Advisory.
    nr_version str
    Cisco assigned advisory/field-notice/end-of-life version after latest revision.
    object_type str
    organization GetTamAdvisoryDefinitionOrganization
    other_ref_urls Sequence[str]
    owners Sequence[str]
    parent GetTamAdvisoryDefinitionParent
    permission_resources Sequence[GetTamAdvisoryDefinitionPermissionResource]
    recommendation str
    Recommended action to resolve the security advisory.
    s3_data_sources Sequence[GetTamAdvisoryDefinitionS3DataSource]
    severity GetTamAdvisoryDefinitionSeverity
    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.
    state str
    Current state of the advisory.* ready - Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.* evaluating - Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
    tags Sequence[GetTamAdvisoryDefinitionTag]
    type str
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    version_context GetTamAdvisoryDefinitionVersionContext
    workaround str
    Workarounds available for the advisory.
    accountMoid String
    The Account ID for this managed object.
    actions List<Property Map>
    additionalProperties String
    advisoryDetails Property Map
    advisoryId String
    Cisco generated identifier for the published security/field-notice/end-of-life advisory.
    ancestors List<Property Map>
    apiDataSources List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    datePublished String
    Date when the security/field-notice/end-of-life advisory was first published by Cisco.
    dateUpdated String
    Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
    description String
    Brief description of the advisory details.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    executeOnPod String
    Orion pod on which this advisory should process.* tier1 - Advisory processing will be taken care in first advisory driver of multinode cluster.* tier2 - Advisory processing will be taken care in second advisory driver of multinode cluster.
    externalUrl String
    A link to an external URL describing security Advisory in more details.
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    A user defined name for the Intersight Advisory.
    nrVersion String
    Cisco assigned advisory/field-notice/end-of-life version after latest revision.
    objectType String
    organization Property Map
    otherRefUrls List<String>
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    recommendation String
    Recommended action to resolve the security advisory.
    s3DataSources List<Property Map>
    severity 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.
    state String
    Current state of the advisory.* ready - Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.* evaluating - Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
    tags List<Property Map>
    type String
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    versionContext Property Map
    workaround String
    Workarounds available for the advisory.

    getTamAdvisoryDefinition Result

    The following output properties are available:

    Id string
    Results List<GetTamAdvisoryDefinitionResult>
    AccountMoid string
    Actions List<GetTamAdvisoryDefinitionAction>
    AdditionalProperties string
    AdvisoryDetails GetTamAdvisoryDefinitionAdvisoryDetails
    AdvisoryId string
    Ancestors List<GetTamAdvisoryDefinitionAncestor>
    ApiDataSources List<GetTamAdvisoryDefinitionApiDataSource>
    ClassId string
    CreateTime string
    DatePublished string
    DateUpdated string
    Description string
    DomainGroupMoid string
    ExecuteOnPod string
    ExternalUrl string
    ModTime string
    Moid string
    Name string
    NrVersion string
    ObjectType string
    Organization GetTamAdvisoryDefinitionOrganization
    OtherRefUrls List<string>
    Owners List<string>
    Parent GetTamAdvisoryDefinitionParent
    PermissionResources List<GetTamAdvisoryDefinitionPermissionResource>
    Recommendation string
    S3DataSources List<GetTamAdvisoryDefinitionS3DataSource>
    Severity GetTamAdvisoryDefinitionSeverity
    SharedScope string
    State string
    Tags List<GetTamAdvisoryDefinitionTag>
    Type string
    VersionContext GetTamAdvisoryDefinitionVersionContext
    Workaround string
    Id string
    Results []GetTamAdvisoryDefinitionResult
    AccountMoid string
    Actions []GetTamAdvisoryDefinitionAction
    AdditionalProperties string
    AdvisoryDetails GetTamAdvisoryDefinitionAdvisoryDetails
    AdvisoryId string
    Ancestors []GetTamAdvisoryDefinitionAncestor
    ApiDataSources []GetTamAdvisoryDefinitionApiDataSource
    ClassId string
    CreateTime string
    DatePublished string
    DateUpdated string
    Description string
    DomainGroupMoid string
    ExecuteOnPod string
    ExternalUrl string
    ModTime string
    Moid string
    Name string
    NrVersion string
    ObjectType string
    Organization GetTamAdvisoryDefinitionOrganization
    OtherRefUrls []string
    Owners []string
    Parent GetTamAdvisoryDefinitionParent
    PermissionResources []GetTamAdvisoryDefinitionPermissionResource
    Recommendation string
    S3DataSources []GetTamAdvisoryDefinitionS3DataSource
    Severity GetTamAdvisoryDefinitionSeverity
    SharedScope string
    State string
    Tags []GetTamAdvisoryDefinitionTag
    Type string
    VersionContext GetTamAdvisoryDefinitionVersionContext
    Workaround string
    id String
    results List<GetTamAdvisoryDefinitionResult>
    accountMoid String
    actions List<GetTamAdvisoryDefinitionAction>
    additionalProperties String
    advisoryDetails GetTamAdvisoryDefinitionAdvisoryDetails
    advisoryId String
    ancestors List<GetTamAdvisoryDefinitionAncestor>
    apiDataSources List<GetTamAdvisoryDefinitionApiDataSource>
    classId String
    createTime String
    datePublished String
    dateUpdated String
    description String
    domainGroupMoid String
    executeOnPod String
    externalUrl String
    modTime String
    moid String
    name String
    nrVersion String
    objectType String
    organization GetTamAdvisoryDefinitionOrganization
    otherRefUrls List<String>
    owners List<String>
    parent GetTamAdvisoryDefinitionParent
    permissionResources List<GetTamAdvisoryDefinitionPermissionResource>
    recommendation String
    s3DataSources List<GetTamAdvisoryDefinitionS3DataSource>
    severity GetTamAdvisoryDefinitionSeverity
    sharedScope String
    state String
    tags List<GetTamAdvisoryDefinitionTag>
    type String
    versionContext GetTamAdvisoryDefinitionVersionContext
    workaround String
    id string
    results GetTamAdvisoryDefinitionResult[]
    accountMoid string
    actions GetTamAdvisoryDefinitionAction[]
    additionalProperties string
    advisoryDetails GetTamAdvisoryDefinitionAdvisoryDetails
    advisoryId string
    ancestors GetTamAdvisoryDefinitionAncestor[]
    apiDataSources GetTamAdvisoryDefinitionApiDataSource[]
    classId string
    createTime string
    datePublished string
    dateUpdated string
    description string
    domainGroupMoid string
    executeOnPod string
    externalUrl string
    modTime string
    moid string
    name string
    nrVersion string
    objectType string
    organization GetTamAdvisoryDefinitionOrganization
    otherRefUrls string[]
    owners string[]
    parent GetTamAdvisoryDefinitionParent
    permissionResources GetTamAdvisoryDefinitionPermissionResource[]
    recommendation string
    s3DataSources GetTamAdvisoryDefinitionS3DataSource[]
    severity GetTamAdvisoryDefinitionSeverity
    sharedScope string
    state string
    tags GetTamAdvisoryDefinitionTag[]
    type string
    versionContext GetTamAdvisoryDefinitionVersionContext
    workaround string
    id str
    results Sequence[GetTamAdvisoryDefinitionResult]
    account_moid str
    actions Sequence[GetTamAdvisoryDefinitionAction]
    additional_properties str
    advisory_details GetTamAdvisoryDefinitionAdvisoryDetails
    advisory_id str
    ancestors Sequence[GetTamAdvisoryDefinitionAncestor]
    api_data_sources Sequence[GetTamAdvisoryDefinitionApiDataSource]
    class_id str
    create_time str
    date_published str
    date_updated str
    description str
    domain_group_moid str
    execute_on_pod str
    external_url str
    mod_time str
    moid str
    name str
    nr_version str
    object_type str
    organization GetTamAdvisoryDefinitionOrganization
    other_ref_urls Sequence[str]
    owners Sequence[str]
    parent GetTamAdvisoryDefinitionParent
    permission_resources Sequence[GetTamAdvisoryDefinitionPermissionResource]
    recommendation str
    s3_data_sources Sequence[GetTamAdvisoryDefinitionS3DataSource]
    severity GetTamAdvisoryDefinitionSeverity
    shared_scope str
    state str
    tags Sequence[GetTamAdvisoryDefinitionTag]
    type str
    version_context GetTamAdvisoryDefinitionVersionContext
    workaround str

    Supporting Types

    GetTamAdvisoryDefinitionAction

    AdditionalProperties string
    AffectedObjectType string
    Type of the managed object that should be marked with an instance of the Alert (when operation type is create) or that should have an alert instance removed (when operation type is remove).
    AlertType string
    Alert type is used to denote the category of an Intersight alert (FieldNotice, equipment Fault etc.).

    • psirt - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).
    • fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).
    • eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    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.
    Identifiers List<GetTamAdvisoryDefinitionActionIdentifier>
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OperationType string
    Operation type for the alert action. An action is used to carry out the process of "reacting" to an alert condition. For e.g.in case of a fieldNotice alert, the intention may be to create a new alert (if the condition matches and there is no existing alert) or to remove an existing alert when the alert condition has been remedied.

    • create - Create an instance of AdvisoryInstance.
    • remove - Remove an instance of AdvisoryInstance.
    Queries List<GetTamAdvisoryDefinitionActionQuery>
    Type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    AdditionalProperties string
    AffectedObjectType string
    Type of the managed object that should be marked with an instance of the Alert (when operation type is create) or that should have an alert instance removed (when operation type is remove).
    AlertType string
    Alert type is used to denote the category of an Intersight alert (FieldNotice, equipment Fault etc.).

    • psirt - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).
    • fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).
    • eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    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.
    Identifiers []GetTamAdvisoryDefinitionActionIdentifier
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OperationType string
    Operation type for the alert action. An action is used to carry out the process of "reacting" to an alert condition. For e.g.in case of a fieldNotice alert, the intention may be to create a new alert (if the condition matches and there is no existing alert) or to remove an existing alert when the alert condition has been remedied.

    • create - Create an instance of AdvisoryInstance.
    • remove - Remove an instance of AdvisoryInstance.
    Queries []GetTamAdvisoryDefinitionActionQuery
    Type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    additionalProperties String
    affectedObjectType String
    Type of the managed object that should be marked with an instance of the Alert (when operation type is create) or that should have an alert instance removed (when operation type is remove).
    alertType String
    Alert type is used to denote the category of an Intersight alert (FieldNotice, equipment Fault etc.).

    • psirt - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).
    • fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).
    • eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    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.
    identifiers List<GetTamAdvisoryDefinitionActionIdentifier>
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    operationType String
    Operation type for the alert action. An action is used to carry out the process of "reacting" to an alert condition. For e.g.in case of a fieldNotice alert, the intention may be to create a new alert (if the condition matches and there is no existing alert) or to remove an existing alert when the alert condition has been remedied.

    • create - Create an instance of AdvisoryInstance.
    • remove - Remove an instance of AdvisoryInstance.
    queries List<GetTamAdvisoryDefinitionActionQuery>
    type String
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    additionalProperties string
    affectedObjectType string
    Type of the managed object that should be marked with an instance of the Alert (when operation type is create) or that should have an alert instance removed (when operation type is remove).
    alertType string
    Alert type is used to denote the category of an Intersight alert (FieldNotice, equipment Fault etc.).

    • psirt - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).
    • fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).
    • eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    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.
    identifiers GetTamAdvisoryDefinitionActionIdentifier[]
    name string
    A user defined name for the Intersight Advisory.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    operationType string
    Operation type for the alert action. An action is used to carry out the process of "reacting" to an alert condition. For e.g.in case of a fieldNotice alert, the intention may be to create a new alert (if the condition matches and there is no existing alert) or to remove an existing alert when the alert condition has been remedied.

    • create - Create an instance of AdvisoryInstance.
    • remove - Remove an instance of AdvisoryInstance.
    queries GetTamAdvisoryDefinitionActionQuery[]
    type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    additional_properties str
    affected_object_type str
    Type of the managed object that should be marked with an instance of the Alert (when operation type is create) or that should have an alert instance removed (when operation type is remove).
    alert_type str
    Alert type is used to denote the category of an Intersight alert (FieldNotice, equipment Fault etc.).

    • psirt - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).
    • fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).
    • eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    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.
    identifiers Sequence[GetTamAdvisoryDefinitionActionIdentifier]
    name str
    A user defined name for the Intersight Advisory.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    operation_type str
    Operation type for the alert action. An action is used to carry out the process of "reacting" to an alert condition. For e.g.in case of a fieldNotice alert, the intention may be to create a new alert (if the condition matches and there is no existing alert) or to remove an existing alert when the alert condition has been remedied.

    • create - Create an instance of AdvisoryInstance.
    • remove - Remove an instance of AdvisoryInstance.
    queries Sequence[GetTamAdvisoryDefinitionActionQuery]
    type str
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    additionalProperties String
    affectedObjectType String
    Type of the managed object that should be marked with an instance of the Alert (when operation type is create) or that should have an alert instance removed (when operation type is remove).
    alertType String
    Alert type is used to denote the category of an Intersight alert (FieldNotice, equipment Fault etc.).

    • psirt - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).
    • fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).
    • eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    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.
    identifiers List<Property Map>
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    operationType String
    Operation type for the alert action. An action is used to carry out the process of "reacting" to an alert condition. For e.g.in case of a fieldNotice alert, the intention may be to create a new alert (if the condition matches and there is no existing alert) or to remove an existing alert when the alert condition has been remedied.

    • create - Create an instance of AdvisoryInstance.
    • remove - Remove an instance of AdvisoryInstance.
    queries List<Property Map>
    type String
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).

    GetTamAdvisoryDefinitionActionIdentifier

    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.
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Value string
    Value of the filter paramter.
    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.
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Value string
    Value of the filter paramter.
    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.
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    value String
    Value of the filter paramter.
    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.
    name string
    A user defined name for the Intersight Advisory.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    value string
    Value of the filter paramter.
    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.
    name str
    A user defined name for the Intersight Advisory.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    value str
    Value of the filter paramter.
    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.
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    value String
    Value of the filter paramter.

    GetTamAdvisoryDefinitionActionQuery

    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.
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Priority double
    An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
    Query string
    A SparkSQL query to be used on a given data source.
    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.
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Priority float64
    An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
    Query string
    A SparkSQL query to be used on a given data source.
    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.
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    priority Double
    An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
    query String
    A SparkSQL query to be used on a given data source.
    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.
    name string
    A user defined name for the Intersight Advisory.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    priority number
    An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
    query string
    A SparkSQL query to be used on a given data source.
    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.
    name str
    A user defined name for the Intersight Advisory.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    priority float
    An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
    query str
    A SparkSQL query to be used on a given data source.
    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.
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    priority Number
    An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
    query String
    A SparkSQL query to be used on a given data source.

    GetTamAdvisoryDefinitionAdvisoryDetails

    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Description string
    Brief description of the advisory details.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Description string
    Brief description of the advisory details.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    description String
    Brief description of the advisory details.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    description string
    Brief description of the advisory details.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    description str
    Brief description of the advisory details.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    description String
    Brief description of the advisory details.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.

    GetTamAdvisoryDefinitionAncestor

    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'.

    GetTamAdvisoryDefinitionApiDataSource

    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.
    MoType string
    Type of Intersight managed object used as data source.
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Queries List<GetTamAdvisoryDefinitionApiDataSourceQuery>
    Type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    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.
    MoType string
    Type of Intersight managed object used as data source.
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Queries []GetTamAdvisoryDefinitionApiDataSourceQuery
    Type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    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.
    moType String
    Type of Intersight managed object used as data source.
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    queries List<GetTamAdvisoryDefinitionApiDataSourceQuery>
    type String
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    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.
    moType string
    Type of Intersight managed object used as data source.
    name string
    A user defined name for the Intersight Advisory.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    queries GetTamAdvisoryDefinitionApiDataSourceQuery[]
    type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    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.
    mo_type str
    Type of Intersight managed object used as data source.
    name str
    A user defined name for the Intersight Advisory.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    queries Sequence[GetTamAdvisoryDefinitionApiDataSourceQuery]
    type str
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    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.
    moType String
    Type of Intersight managed object used as data source.
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    queries List<Property Map>
    type String
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).

    GetTamAdvisoryDefinitionApiDataSourceQuery

    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.
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Priority double
    An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
    Query string
    A SparkSQL query to be used on a given data source.
    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.
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Priority float64
    An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
    Query string
    A SparkSQL query to be used on a given data source.
    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.
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    priority Double
    An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
    query String
    A SparkSQL query to be used on a given data source.
    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.
    name string
    A user defined name for the Intersight Advisory.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    priority number
    An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
    query string
    A SparkSQL query to be used on a given data source.
    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.
    name str
    A user defined name for the Intersight Advisory.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    priority float
    An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
    query str
    A SparkSQL query to be used on a given data source.
    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.
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    priority Number
    An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
    query String
    A SparkSQL query to be used on a given data source.

    GetTamAdvisoryDefinitionOrganization

    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'.

    GetTamAdvisoryDefinitionParent

    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'.

    GetTamAdvisoryDefinitionPermissionResource

    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'.

    GetTamAdvisoryDefinitionResult

    AccountMoid string
    The Account ID for this managed object.
    Actions List<GetTamAdvisoryDefinitionResultAction>
    AdditionalProperties string
    AdvisoryDetails List<GetTamAdvisoryDefinitionResultAdvisoryDetail>
    AdvisoryId string
    Cisco generated identifier for the published security/field-notice/end-of-life advisory.
    Ancestors List<GetTamAdvisoryDefinitionResultAncestor>
    ApiDataSources List<GetTamAdvisoryDefinitionResultApiDataSource>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DatePublished string
    Date when the security/field-notice/end-of-life advisory was first published by Cisco.
    DateUpdated string
    Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
    Description string
    Brief description of the advisory details.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExecuteOnPod string
    Orion pod on which this advisory should process.* tier1 - Advisory processing will be taken care in first advisory driver of multinode cluster.* tier2 - Advisory processing will be taken care in second advisory driver of multinode cluster.
    ExternalUrl string
    A link to an external URL describing security Advisory in more details.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    A user defined name for the Intersight Advisory.
    NrVersion string
    Cisco assigned advisory/field-notice/end-of-life version after latest revision.
    ObjectType string
    Organizations List<GetTamAdvisoryDefinitionResultOrganization>
    OtherRefUrls List<string>
    Owners List<string>
    Parents List<GetTamAdvisoryDefinitionResultParent>
    PermissionResources List<GetTamAdvisoryDefinitionResultPermissionResource>
    Recommendation string
    Recommended action to resolve the security advisory.
    S3DataSources List<GetTamAdvisoryDefinitionResultS3DataSource>
    Severities List<GetTamAdvisoryDefinitionResultSeverity>
    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.
    State string
    Current state of the advisory.* ready - Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.* evaluating - Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
    Tags List<GetTamAdvisoryDefinitionResultTag>
    Type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    VersionContexts List<GetTamAdvisoryDefinitionResultVersionContext>
    Workaround string
    Workarounds available for the advisory.
    AccountMoid string
    The Account ID for this managed object.
    Actions []GetTamAdvisoryDefinitionResultAction
    AdditionalProperties string
    AdvisoryDetails []GetTamAdvisoryDefinitionResultAdvisoryDetail
    AdvisoryId string
    Cisco generated identifier for the published security/field-notice/end-of-life advisory.
    Ancestors []GetTamAdvisoryDefinitionResultAncestor
    ApiDataSources []GetTamAdvisoryDefinitionResultApiDataSource
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DatePublished string
    Date when the security/field-notice/end-of-life advisory was first published by Cisco.
    DateUpdated string
    Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
    Description string
    Brief description of the advisory details.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExecuteOnPod string
    Orion pod on which this advisory should process.* tier1 - Advisory processing will be taken care in first advisory driver of multinode cluster.* tier2 - Advisory processing will be taken care in second advisory driver of multinode cluster.
    ExternalUrl string
    A link to an external URL describing security Advisory in more details.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    A user defined name for the Intersight Advisory.
    NrVersion string
    Cisco assigned advisory/field-notice/end-of-life version after latest revision.
    ObjectType string
    Organizations []GetTamAdvisoryDefinitionResultOrganization
    OtherRefUrls []string
    Owners []string
    Parents []GetTamAdvisoryDefinitionResultParent
    PermissionResources []GetTamAdvisoryDefinitionResultPermissionResource
    Recommendation string
    Recommended action to resolve the security advisory.
    S3DataSources []GetTamAdvisoryDefinitionResultS3DataSource
    Severities []GetTamAdvisoryDefinitionResultSeverity
    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.
    State string
    Current state of the advisory.* ready - Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.* evaluating - Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
    Tags []GetTamAdvisoryDefinitionResultTag
    Type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    VersionContexts []GetTamAdvisoryDefinitionResultVersionContext
    Workaround string
    Workarounds available for the advisory.
    accountMoid String
    The Account ID for this managed object.
    actions List<GetTamAdvisoryDefinitionResultAction>
    additionalProperties String
    advisoryDetails List<GetTamAdvisoryDefinitionResultAdvisoryDetail>
    advisoryId String
    Cisco generated identifier for the published security/field-notice/end-of-life advisory.
    ancestors List<GetTamAdvisoryDefinitionResultAncestor>
    apiDataSources List<GetTamAdvisoryDefinitionResultApiDataSource>
    classId String
    createTime String
    The time when this managed object was created.
    datePublished String
    Date when the security/field-notice/end-of-life advisory was first published by Cisco.
    dateUpdated String
    Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
    description String
    Brief description of the advisory details.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    executeOnPod String
    Orion pod on which this advisory should process.* tier1 - Advisory processing will be taken care in first advisory driver of multinode cluster.* tier2 - Advisory processing will be taken care in second advisory driver of multinode cluster.
    externalUrl String
    A link to an external URL describing security Advisory in more details.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    A user defined name for the Intersight Advisory.
    nrVersion String
    Cisco assigned advisory/field-notice/end-of-life version after latest revision.
    objectType String
    organizations List<GetTamAdvisoryDefinitionResultOrganization>
    otherRefUrls List<String>
    owners List<String>
    parents List<GetTamAdvisoryDefinitionResultParent>
    permissionResources List<GetTamAdvisoryDefinitionResultPermissionResource>
    recommendation String
    Recommended action to resolve the security advisory.
    s3DataSources List<GetTamAdvisoryDefinitionResultS3DataSource>
    severities List<GetTamAdvisoryDefinitionResultSeverity>
    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.
    state String
    Current state of the advisory.* ready - Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.* evaluating - Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
    tags List<GetTamAdvisoryDefinitionResultTag>
    type String
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    versionContexts List<GetTamAdvisoryDefinitionResultVersionContext>
    workaround String
    Workarounds available for the advisory.
    accountMoid string
    The Account ID for this managed object.
    actions GetTamAdvisoryDefinitionResultAction[]
    additionalProperties string
    advisoryDetails GetTamAdvisoryDefinitionResultAdvisoryDetail[]
    advisoryId string
    Cisco generated identifier for the published security/field-notice/end-of-life advisory.
    ancestors GetTamAdvisoryDefinitionResultAncestor[]
    apiDataSources GetTamAdvisoryDefinitionResultApiDataSource[]
    classId string
    createTime string
    The time when this managed object was created.
    datePublished string
    Date when the security/field-notice/end-of-life advisory was first published by Cisco.
    dateUpdated string
    Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
    description string
    Brief description of the advisory details.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    executeOnPod string
    Orion pod on which this advisory should process.* tier1 - Advisory processing will be taken care in first advisory driver of multinode cluster.* tier2 - Advisory processing will be taken care in second advisory driver of multinode cluster.
    externalUrl string
    A link to an external URL describing security Advisory in more details.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    A user defined name for the Intersight Advisory.
    nrVersion string
    Cisco assigned advisory/field-notice/end-of-life version after latest revision.
    objectType string
    organizations GetTamAdvisoryDefinitionResultOrganization[]
    otherRefUrls string[]
    owners string[]
    parents GetTamAdvisoryDefinitionResultParent[]
    permissionResources GetTamAdvisoryDefinitionResultPermissionResource[]
    recommendation string
    Recommended action to resolve the security advisory.
    s3DataSources GetTamAdvisoryDefinitionResultS3DataSource[]
    severities GetTamAdvisoryDefinitionResultSeverity[]
    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.
    state string
    Current state of the advisory.* ready - Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.* evaluating - Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
    tags GetTamAdvisoryDefinitionResultTag[]
    type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    versionContexts GetTamAdvisoryDefinitionResultVersionContext[]
    workaround string
    Workarounds available for the advisory.
    account_moid str
    The Account ID for this managed object.
    actions Sequence[GetTamAdvisoryDefinitionResultAction]
    additional_properties str
    advisory_details Sequence[GetTamAdvisoryDefinitionResultAdvisoryDetail]
    advisory_id str
    Cisco generated identifier for the published security/field-notice/end-of-life advisory.
    ancestors Sequence[GetTamAdvisoryDefinitionResultAncestor]
    api_data_sources Sequence[GetTamAdvisoryDefinitionResultApiDataSource]
    class_id str
    create_time str
    The time when this managed object was created.
    date_published str
    Date when the security/field-notice/end-of-life advisory was first published by Cisco.
    date_updated str
    Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
    description str
    Brief description of the advisory details.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    execute_on_pod str
    Orion pod on which this advisory should process.* tier1 - Advisory processing will be taken care in first advisory driver of multinode cluster.* tier2 - Advisory processing will be taken care in second advisory driver of multinode cluster.
    external_url str
    A link to an external URL describing security Advisory in more details.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    A user defined name for the Intersight Advisory.
    nr_version str
    Cisco assigned advisory/field-notice/end-of-life version after latest revision.
    object_type str
    organizations Sequence[GetTamAdvisoryDefinitionResultOrganization]
    other_ref_urls Sequence[str]
    owners Sequence[str]
    parents Sequence[GetTamAdvisoryDefinitionResultParent]
    permission_resources Sequence[GetTamAdvisoryDefinitionResultPermissionResource]
    recommendation str
    Recommended action to resolve the security advisory.
    s3_data_sources Sequence[GetTamAdvisoryDefinitionResultS3DataSource]
    severities Sequence[GetTamAdvisoryDefinitionResultSeverity]
    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.
    state str
    Current state of the advisory.* ready - Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.* evaluating - Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
    tags Sequence[GetTamAdvisoryDefinitionResultTag]
    type str
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    version_contexts Sequence[GetTamAdvisoryDefinitionResultVersionContext]
    workaround str
    Workarounds available for the advisory.
    accountMoid String
    The Account ID for this managed object.
    actions List<Property Map>
    additionalProperties String
    advisoryDetails List<Property Map>
    advisoryId String
    Cisco generated identifier for the published security/field-notice/end-of-life advisory.
    ancestors List<Property Map>
    apiDataSources List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    datePublished String
    Date when the security/field-notice/end-of-life advisory was first published by Cisco.
    dateUpdated String
    Date when the security/field-notice/end-of-life advisory was last updated by Cisco.
    description String
    Brief description of the advisory details.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    executeOnPod String
    Orion pod on which this advisory should process.* tier1 - Advisory processing will be taken care in first advisory driver of multinode cluster.* tier2 - Advisory processing will be taken care in second advisory driver of multinode cluster.
    externalUrl String
    A link to an external URL describing security Advisory in more details.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    A user defined name for the Intersight Advisory.
    nrVersion String
    Cisco assigned advisory/field-notice/end-of-life version after latest revision.
    objectType String
    organizations List<Property Map>
    otherRefUrls List<String>
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    recommendation String
    Recommended action to resolve the security advisory.
    s3DataSources List<Property Map>
    severities 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.
    state String
    Current state of the advisory.* ready - Advisory has been evaluated. The affected devices would be analyzed and corresponding advisory instances would be created.* evaluating - Advisory is currently under evaluation. The affected devices would be analyzed but no advisory instances wouldbe created. The results of the analysis would be made available to Intersight engineering for evaluation and validation.
    tags List<Property Map>
    type String
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    versionContexts List<Property Map>
    workaround String
    Workarounds available for the advisory.

    GetTamAdvisoryDefinitionResultAction

    AdditionalProperties string
    AffectedObjectType string
    AlertType string
    ClassId string
    Identifiers List<GetTamAdvisoryDefinitionResultActionIdentifier>
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    OperationType string
    Queries List<GetTamAdvisoryDefinitionResultActionQuery>
    Type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    AdditionalProperties string
    AffectedObjectType string
    AlertType string
    ClassId string
    Identifiers []GetTamAdvisoryDefinitionResultActionIdentifier
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    OperationType string
    Queries []GetTamAdvisoryDefinitionResultActionQuery
    Type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    additionalProperties String
    affectedObjectType String
    alertType String
    classId String
    identifiers List<GetTamAdvisoryDefinitionResultActionIdentifier>
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    operationType String
    queries List<GetTamAdvisoryDefinitionResultActionQuery>
    type String
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    additionalProperties string
    affectedObjectType string
    alertType string
    classId string
    identifiers GetTamAdvisoryDefinitionResultActionIdentifier[]
    name string
    A user defined name for the Intersight Advisory.
    objectType string
    operationType string
    queries GetTamAdvisoryDefinitionResultActionQuery[]
    type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    additional_properties str
    affected_object_type str
    alert_type str
    class_id str
    identifiers Sequence[GetTamAdvisoryDefinitionResultActionIdentifier]
    name str
    A user defined name for the Intersight Advisory.
    object_type str
    operation_type str
    queries Sequence[GetTamAdvisoryDefinitionResultActionQuery]
    type str
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    additionalProperties String
    affectedObjectType String
    alertType String
    classId String
    identifiers List<Property Map>
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    operationType String
    queries List<Property Map>
    type String
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).

    GetTamAdvisoryDefinitionResultActionIdentifier

    AdditionalProperties string
    ClassId string
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    Value string
    AdditionalProperties string
    ClassId string
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    Value string
    additionalProperties String
    classId String
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    value String
    additionalProperties string
    classId string
    name string
    A user defined name for the Intersight Advisory.
    objectType string
    value string
    additional_properties str
    class_id str
    name str
    A user defined name for the Intersight Advisory.
    object_type str
    value str
    additionalProperties String
    classId String
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    value String

    GetTamAdvisoryDefinitionResultActionQuery

    AdditionalProperties string
    ClassId string
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    Priority double
    Query string
    AdditionalProperties string
    ClassId string
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    Priority float64
    Query string
    additionalProperties String
    classId String
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    priority Double
    query String
    additionalProperties string
    classId string
    name string
    A user defined name for the Intersight Advisory.
    objectType string
    priority number
    query string
    additional_properties str
    class_id str
    name str
    A user defined name for the Intersight Advisory.
    object_type str
    priority float
    query str
    additionalProperties String
    classId String
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    priority Number
    query String

    GetTamAdvisoryDefinitionResultAdvisoryDetail

    AdditionalProperties string
    ClassId string
    Description string
    Brief description of the advisory details.
    ObjectType string
    AdditionalProperties string
    ClassId string
    Description string
    Brief description of the advisory details.
    ObjectType string
    additionalProperties String
    classId String
    description String
    Brief description of the advisory details.
    objectType String
    additionalProperties string
    classId string
    description string
    Brief description of the advisory details.
    objectType string
    additional_properties str
    class_id str
    description str
    Brief description of the advisory details.
    object_type str
    additionalProperties String
    classId String
    description String
    Brief description of the advisory details.
    objectType String

    GetTamAdvisoryDefinitionResultAncestor

    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

    GetTamAdvisoryDefinitionResultApiDataSource

    AdditionalProperties string
    ClassId string
    MoType string
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    Queries List<GetTamAdvisoryDefinitionResultApiDataSourceQuery>
    Type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    AdditionalProperties string
    ClassId string
    MoType string
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    Queries []GetTamAdvisoryDefinitionResultApiDataSourceQuery
    Type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    additionalProperties String
    classId String
    moType String
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    queries List<GetTamAdvisoryDefinitionResultApiDataSourceQuery>
    type String
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    additionalProperties string
    classId string
    moType string
    name string
    A user defined name for the Intersight Advisory.
    objectType string
    queries GetTamAdvisoryDefinitionResultApiDataSourceQuery[]
    type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    additional_properties str
    class_id str
    mo_type str
    name str
    A user defined name for the Intersight Advisory.
    object_type str
    queries Sequence[GetTamAdvisoryDefinitionResultApiDataSourceQuery]
    type str
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    additionalProperties String
    classId String
    moType String
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    queries List<Property Map>
    type String
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).

    GetTamAdvisoryDefinitionResultApiDataSourceQuery

    AdditionalProperties string
    ClassId string
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    Priority double
    Query string
    AdditionalProperties string
    ClassId string
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    Priority float64
    Query string
    additionalProperties String
    classId String
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    priority Double
    query String
    additionalProperties string
    classId string
    name string
    A user defined name for the Intersight Advisory.
    objectType string
    priority number
    query string
    additional_properties str
    class_id str
    name str
    A user defined name for the Intersight Advisory.
    object_type str
    priority float
    query str
    additionalProperties String
    classId String
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    priority Number
    query String

    GetTamAdvisoryDefinitionResultOrganization

    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

    GetTamAdvisoryDefinitionResultParent

    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

    GetTamAdvisoryDefinitionResultPermissionResource

    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

    GetTamAdvisoryDefinitionResultS3DataSource

    AdditionalProperties string
    ClassId string
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    Queries List<GetTamAdvisoryDefinitionResultS3DataSourceQuery>
    S3Path string
    Type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    AdditionalProperties string
    ClassId string
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    Queries []GetTamAdvisoryDefinitionResultS3DataSourceQuery
    S3Path string
    Type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    additionalProperties String
    classId String
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    queries List<GetTamAdvisoryDefinitionResultS3DataSourceQuery>
    s3Path String
    type String
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    additionalProperties string
    classId string
    name string
    A user defined name for the Intersight Advisory.
    objectType string
    queries GetTamAdvisoryDefinitionResultS3DataSourceQuery[]
    s3Path string
    type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    additional_properties str
    class_id str
    name str
    A user defined name for the Intersight Advisory.
    object_type str
    queries Sequence[GetTamAdvisoryDefinitionResultS3DataSourceQuery]
    s3_path str
    type str
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    additionalProperties String
    classId String
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    queries List<Property Map>
    s3Path String
    type String
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).

    GetTamAdvisoryDefinitionResultS3DataSourceQuery

    AdditionalProperties string
    ClassId string
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    Priority double
    Query string
    AdditionalProperties string
    ClassId string
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    Priority float64
    Query string
    additionalProperties String
    classId String
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    priority Double
    query String
    additionalProperties string
    classId string
    name string
    A user defined name for the Intersight Advisory.
    objectType string
    priority number
    query string
    additional_properties str
    class_id str
    name str
    A user defined name for the Intersight Advisory.
    object_type str
    priority float
    query str
    additionalProperties String
    classId String
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    priority Number
    query String

    GetTamAdvisoryDefinitionResultSeverity

    GetTamAdvisoryDefinitionResultTag

    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

    GetTamAdvisoryDefinitionResultVersionContext

    additionalProperties String
    classId String
    interestedMos List<Property Map>
    markedForDeletion Boolean
    nrVersion String
    Cisco assigned advisory/field-notice/end-of-life version after latest revision.
    objectType String
    refMos List<Property Map>
    timestamp String
    versionType String

    GetTamAdvisoryDefinitionResultVersionContextInterestedMo

    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

    GetTamAdvisoryDefinitionResultVersionContextRefMo

    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

    GetTamAdvisoryDefinitionS3DataSource

    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.
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Queries List<GetTamAdvisoryDefinitionS3DataSourceQuery>
    S3Path string
    Path used to access file in s3 containing data.
    Type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    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.
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Queries []GetTamAdvisoryDefinitionS3DataSourceQuery
    S3Path string
    Path used to access file in s3 containing data.
    Type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    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.
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    queries List<GetTamAdvisoryDefinitionS3DataSourceQuery>
    s3Path String
    Path used to access file in s3 containing data.
    type String
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    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.
    name string
    A user defined name for the Intersight Advisory.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    queries GetTamAdvisoryDefinitionS3DataSourceQuery[]
    s3Path string
    Path used to access file in s3 containing data.
    type string
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    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.
    name str
    A user defined name for the Intersight Advisory.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    queries Sequence[GetTamAdvisoryDefinitionS3DataSourceQuery]
    s3_path str
    Path used to access file in s3 containing data.
    type str
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).
    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.
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    queries List<Property Map>
    s3Path String
    Path used to access file in s3 containing data.
    type String
    The type (field notice, security advisory, end-of-life milestone advisory etc.) of Intersight advisory.* securityAdvisory - Respresents the psirt alert type (https://tools.cisco.com/security/center/publicationListing.x).* fieldNotice - Respresents the field notice alert type (https://www.cisco.com/c/en/us/support/web/tsd-products-field-notice-summary.html).* eolAdvisory - Represents product End of Life (EOL) type (https://www.cisco.com/c/en/us/products/eos-eol-policy.html).

    GetTamAdvisoryDefinitionS3DataSourceQuery

    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.
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Priority double
    An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
    Query string
    A SparkSQL query to be used on a given data source.
    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.
    Name string
    A user defined name for the Intersight Advisory.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Priority float64
    An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
    Query string
    A SparkSQL query to be used on a given data source.
    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.
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    priority Double
    An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
    query String
    A SparkSQL query to be used on a given data source.
    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.
    name string
    A user defined name for the Intersight Advisory.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    priority number
    An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
    query string
    A SparkSQL query to be used on a given data source.
    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.
    name str
    A user defined name for the Intersight Advisory.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    priority float
    An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
    query str
    A SparkSQL query to be used on a given data source.
    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.
    name String
    A user defined name for the Intersight Advisory.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    priority Number
    An integer value depicting the priority of the query among the queries that are part of the same QueryEntry collection.
    query String
    A SparkSQL query to be used on a given data source.

    GetTamAdvisoryDefinitionSeverity

    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.

    GetTamAdvisoryDefinitionTag

    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.

    GetTamAdvisoryDefinitionVersionContext

    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<GetTamAdvisoryDefinitionVersionContextInterestedMo>
    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
    Cisco assigned advisory/field-notice/end-of-life version after latest revision.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetTamAdvisoryDefinitionVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetTamAdvisoryDefinitionVersionContextInterestedMo
    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
    Cisco assigned advisory/field-notice/end-of-life version after latest revision.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetTamAdvisoryDefinitionVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetTamAdvisoryDefinitionVersionContextInterestedMo>
    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
    Cisco assigned advisory/field-notice/end-of-life version after latest revision.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetTamAdvisoryDefinitionVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos GetTamAdvisoryDefinitionVersionContextInterestedMo[]
    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
    Cisco assigned advisory/field-notice/end-of-life version after latest revision.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetTamAdvisoryDefinitionVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetTamAdvisoryDefinitionVersionContextInterestedMo]
    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
    Cisco assigned advisory/field-notice/end-of-life version after latest revision.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetTamAdvisoryDefinitionVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    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
    Cisco assigned advisory/field-notice/end-of-life version after latest revision.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetTamAdvisoryDefinitionVersionContextInterestedMo

    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'.

    GetTamAdvisoryDefinitionVersionContextRefMo

    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