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

intersight.getLicenseLicenseInfo

Explore with Pulumi AI

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

    License state information for a specific license entitlement. Essentials license entitlement is supported currently. licenseState attribute is used for license enforcement. When license state is one of TrialPeriod, Compliance, or OutOfCompliance, the feature set defined for the license entitlement is granted to the customer.

    Using getLicenseLicenseInfo

    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 getLicenseLicenseInfo(args: GetLicenseLicenseInfoArgs, opts?: InvokeOptions): Promise<GetLicenseLicenseInfoResult>
    function getLicenseLicenseInfoOutput(args: GetLicenseLicenseInfoOutputArgs, opts?: InvokeOptions): Output<GetLicenseLicenseInfoResult>
    def get_license_license_info(account_license_data: Optional[GetLicenseLicenseInfoAccountLicenseData] = None,
                                 account_moid: Optional[str] = None,
                                 active_admin: Optional[bool] = None,
                                 additional_properties: Optional[str] = None,
                                 ancestors: Optional[Sequence[GetLicenseLicenseInfoAncestor]] = None,
                                 balance: Optional[float] = None,
                                 class_id: Optional[str] = None,
                                 create_time: Optional[str] = None,
                                 days_left: Optional[float] = None,
                                 domain_group_moid: Optional[str] = None,
                                 end_time: Optional[str] = None,
                                 enforce_mode: Optional[str] = None,
                                 error_desc: Optional[str] = None,
                                 evaluation_period: Optional[float] = None,
                                 expire_time: Optional[str] = None,
                                 extra_evaluation: Optional[float] = None,
                                 id: Optional[str] = None,
                                 license_count: Optional[float] = None,
                                 license_count_purchased: Optional[float] = None,
                                 license_state: Optional[str] = None,
                                 license_type: Optional[str] = None,
                                 mod_time: Optional[str] = None,
                                 moid: Optional[str] = None,
                                 net_substitution: Optional[float] = None,
                                 object_type: Optional[str] = None,
                                 owners: Optional[Sequence[str]] = None,
                                 parent: Optional[GetLicenseLicenseInfoParent] = None,
                                 permission_resources: Optional[Sequence[GetLicenseLicenseInfoPermissionResource]] = None,
                                 shared_scope: Optional[str] = None,
                                 start_time: Optional[str] = None,
                                 subscription_id: Optional[str] = None,
                                 substituted_licenses: Optional[Sequence[GetLicenseLicenseInfoSubstitutedLicense]] = None,
                                 tags: Optional[Sequence[GetLicenseLicenseInfoTag]] = None,
                                 trial_admin: Optional[bool] = None,
                                 version_context: Optional[GetLicenseLicenseInfoVersionContext] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetLicenseLicenseInfoResult
    def get_license_license_info_output(account_license_data: Optional[pulumi.Input[GetLicenseLicenseInfoAccountLicenseDataArgs]] = None,
                                 account_moid: Optional[pulumi.Input[str]] = None,
                                 active_admin: Optional[pulumi.Input[bool]] = None,
                                 additional_properties: Optional[pulumi.Input[str]] = None,
                                 ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetLicenseLicenseInfoAncestorArgs]]]] = None,
                                 balance: Optional[pulumi.Input[float]] = None,
                                 class_id: Optional[pulumi.Input[str]] = None,
                                 create_time: Optional[pulumi.Input[str]] = None,
                                 days_left: Optional[pulumi.Input[float]] = None,
                                 domain_group_moid: Optional[pulumi.Input[str]] = None,
                                 end_time: Optional[pulumi.Input[str]] = None,
                                 enforce_mode: Optional[pulumi.Input[str]] = None,
                                 error_desc: Optional[pulumi.Input[str]] = None,
                                 evaluation_period: Optional[pulumi.Input[float]] = None,
                                 expire_time: Optional[pulumi.Input[str]] = None,
                                 extra_evaluation: Optional[pulumi.Input[float]] = None,
                                 id: Optional[pulumi.Input[str]] = None,
                                 license_count: Optional[pulumi.Input[float]] = None,
                                 license_count_purchased: Optional[pulumi.Input[float]] = None,
                                 license_state: Optional[pulumi.Input[str]] = None,
                                 license_type: Optional[pulumi.Input[str]] = None,
                                 mod_time: Optional[pulumi.Input[str]] = None,
                                 moid: Optional[pulumi.Input[str]] = None,
                                 net_substitution: Optional[pulumi.Input[float]] = None,
                                 object_type: Optional[pulumi.Input[str]] = None,
                                 owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                 parent: Optional[pulumi.Input[GetLicenseLicenseInfoParentArgs]] = None,
                                 permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetLicenseLicenseInfoPermissionResourceArgs]]]] = None,
                                 shared_scope: Optional[pulumi.Input[str]] = None,
                                 start_time: Optional[pulumi.Input[str]] = None,
                                 subscription_id: Optional[pulumi.Input[str]] = None,
                                 substituted_licenses: Optional[pulumi.Input[Sequence[pulumi.Input[GetLicenseLicenseInfoSubstitutedLicenseArgs]]]] = None,
                                 tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetLicenseLicenseInfoTagArgs]]]] = None,
                                 trial_admin: Optional[pulumi.Input[bool]] = None,
                                 version_context: Optional[pulumi.Input[GetLicenseLicenseInfoVersionContextArgs]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetLicenseLicenseInfoResult]
    func LookupLicenseLicenseInfo(ctx *Context, args *LookupLicenseLicenseInfoArgs, opts ...InvokeOption) (*LookupLicenseLicenseInfoResult, error)
    func LookupLicenseLicenseInfoOutput(ctx *Context, args *LookupLicenseLicenseInfoOutputArgs, opts ...InvokeOption) LookupLicenseLicenseInfoResultOutput

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

    public static class GetLicenseLicenseInfo 
    {
        public static Task<GetLicenseLicenseInfoResult> InvokeAsync(GetLicenseLicenseInfoArgs args, InvokeOptions? opts = null)
        public static Output<GetLicenseLicenseInfoResult> Invoke(GetLicenseLicenseInfoInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLicenseLicenseInfoResult> getLicenseLicenseInfo(GetLicenseLicenseInfoArgs args, InvokeOptions options)
    public static Output<GetLicenseLicenseInfoResult> getLicenseLicenseInfo(GetLicenseLicenseInfoArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getLicenseLicenseInfo:getLicenseLicenseInfo
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountLicenseData GetLicenseLicenseInfoAccountLicenseData
    AccountMoid string
    The Account ID for this managed object.
    ActiveAdmin bool
    The license administrative state.Set this property to 'true' to activate the license entitlements.
    AdditionalProperties string
    Ancestors List<GetLicenseLicenseInfoAncestor>
    Balance double
    The total balance we have for licenses.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DaysLeft double
    The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
    EnforceMode string
    The entitlement mode reported by Cisco Smart Software Manager.
    ErrorDesc string
    The detailed error message when there is any error related to this licensing entitlement.
    EvaluationPeriod double
    The default Trial or Grace period customer is entitled to.
    ExpireTime string
    The date and time when the next expiration time of license subscription.
    ExtraEvaluation double
    The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
    Id string
    LicenseCount double
    The total number of license consumed in the Intersight account.
    LicenseCountPurchased double
    The total number of license purchased from cisco.
    LicenseState string
    The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed - The license token is neither activated nor registered.* GraceExpired - The license grace period has expired.* TrialPeriod - The 90 days of trial period.* OutOfCompliance - The license is out of compliance.* Compliance - The license is in compliance.* TrialExpired - The trial period of 90 days has expired.
    LicenseType string
    The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NetSubstitution double
    The total number of substituted licenses added or removed.
    ObjectType string
    Owners List<string>
    Parent GetLicenseLicenseInfoParent
    PermissionResources List<GetLicenseLicenseInfoPermissionResource>
    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.
    StartTime string
    The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
    SubscriptionId string
    The id of license subscription.
    SubstitutedLicenses List<GetLicenseLicenseInfoSubstitutedLicense>
    Tags List<GetLicenseLicenseInfoTag>
    TrialAdmin bool
    The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
    VersionContext GetLicenseLicenseInfoVersionContext
    AccountLicenseData GetLicenseLicenseInfoAccountLicenseData
    AccountMoid string
    The Account ID for this managed object.
    ActiveAdmin bool
    The license administrative state.Set this property to 'true' to activate the license entitlements.
    AdditionalProperties string
    Ancestors []GetLicenseLicenseInfoAncestor
    Balance float64
    The total balance we have for licenses.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DaysLeft float64
    The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
    EnforceMode string
    The entitlement mode reported by Cisco Smart Software Manager.
    ErrorDesc string
    The detailed error message when there is any error related to this licensing entitlement.
    EvaluationPeriod float64
    The default Trial or Grace period customer is entitled to.
    ExpireTime string
    The date and time when the next expiration time of license subscription.
    ExtraEvaluation float64
    The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
    Id string
    LicenseCount float64
    The total number of license consumed in the Intersight account.
    LicenseCountPurchased float64
    The total number of license purchased from cisco.
    LicenseState string
    The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed - The license token is neither activated nor registered.* GraceExpired - The license grace period has expired.* TrialPeriod - The 90 days of trial period.* OutOfCompliance - The license is out of compliance.* Compliance - The license is in compliance.* TrialExpired - The trial period of 90 days has expired.
    LicenseType string
    The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NetSubstitution float64
    The total number of substituted licenses added or removed.
    ObjectType string
    Owners []string
    Parent GetLicenseLicenseInfoParent
    PermissionResources []GetLicenseLicenseInfoPermissionResource
    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.
    StartTime string
    The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
    SubscriptionId string
    The id of license subscription.
    SubstitutedLicenses []GetLicenseLicenseInfoSubstitutedLicense
    Tags []GetLicenseLicenseInfoTag
    TrialAdmin bool
    The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
    VersionContext GetLicenseLicenseInfoVersionContext
    accountLicenseData GetLicenseLicenseInfoAccountLicenseData
    accountMoid String
    The Account ID for this managed object.
    activeAdmin Boolean
    The license administrative state.Set this property to 'true' to activate the license entitlements.
    additionalProperties String
    ancestors List<GetLicenseLicenseInfoAncestor>
    balance Double
    The total balance we have for licenses.
    classId String
    createTime String
    The time when this managed object was created.
    daysLeft Double
    The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
    enforceMode String
    The entitlement mode reported by Cisco Smart Software Manager.
    errorDesc String
    The detailed error message when there is any error related to this licensing entitlement.
    evaluationPeriod Double
    The default Trial or Grace period customer is entitled to.
    expireTime String
    The date and time when the next expiration time of license subscription.
    extraEvaluation Double
    The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
    id String
    licenseCount Double
    The total number of license consumed in the Intersight account.
    licenseCountPurchased Double
    The total number of license purchased from cisco.
    licenseState String
    The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed - The license token is neither activated nor registered.* GraceExpired - The license grace period has expired.* TrialPeriod - The 90 days of trial period.* OutOfCompliance - The license is out of compliance.* Compliance - The license is in compliance.* TrialExpired - The trial period of 90 days has expired.
    licenseType String
    The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    netSubstitution Double
    The total number of substituted licenses added or removed.
    objectType String
    owners List<String>
    parent GetLicenseLicenseInfoParent
    permissionResources List<GetLicenseLicenseInfoPermissionResource>
    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.
    startTime String
    The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
    subscriptionId String
    The id of license subscription.
    substitutedLicenses List<GetLicenseLicenseInfoSubstitutedLicense>
    tags List<GetLicenseLicenseInfoTag>
    trialAdmin Boolean
    The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
    versionContext GetLicenseLicenseInfoVersionContext
    accountLicenseData GetLicenseLicenseInfoAccountLicenseData
    accountMoid string
    The Account ID for this managed object.
    activeAdmin boolean
    The license administrative state.Set this property to 'true' to activate the license entitlements.
    additionalProperties string
    ancestors GetLicenseLicenseInfoAncestor[]
    balance number
    The total balance we have for licenses.
    classId string
    createTime string
    The time when this managed object was created.
    daysLeft number
    The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    endTime string
    The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
    enforceMode string
    The entitlement mode reported by Cisco Smart Software Manager.
    errorDesc string
    The detailed error message when there is any error related to this licensing entitlement.
    evaluationPeriod number
    The default Trial or Grace period customer is entitled to.
    expireTime string
    The date and time when the next expiration time of license subscription.
    extraEvaluation number
    The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
    id string
    licenseCount number
    The total number of license consumed in the Intersight account.
    licenseCountPurchased number
    The total number of license purchased from cisco.
    licenseState string
    The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed - The license token is neither activated nor registered.* GraceExpired - The license grace period has expired.* TrialPeriod - The 90 days of trial period.* OutOfCompliance - The license is out of compliance.* Compliance - The license is in compliance.* TrialExpired - The trial period of 90 days has expired.
    licenseType string
    The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    netSubstitution number
    The total number of substituted licenses added or removed.
    objectType string
    owners string[]
    parent GetLicenseLicenseInfoParent
    permissionResources GetLicenseLicenseInfoPermissionResource[]
    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.
    startTime string
    The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
    subscriptionId string
    The id of license subscription.
    substitutedLicenses GetLicenseLicenseInfoSubstitutedLicense[]
    tags GetLicenseLicenseInfoTag[]
    trialAdmin boolean
    The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
    versionContext GetLicenseLicenseInfoVersionContext
    account_license_data GetLicenseLicenseInfoAccountLicenseData
    account_moid str
    The Account ID for this managed object.
    active_admin bool
    The license administrative state.Set this property to 'true' to activate the license entitlements.
    additional_properties str
    ancestors Sequence[GetLicenseLicenseInfoAncestor]
    balance float
    The total balance we have for licenses.
    class_id str
    create_time str
    The time when this managed object was created.
    days_left float
    The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    end_time str
    The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
    enforce_mode str
    The entitlement mode reported by Cisco Smart Software Manager.
    error_desc str
    The detailed error message when there is any error related to this licensing entitlement.
    evaluation_period float
    The default Trial or Grace period customer is entitled to.
    expire_time str
    The date and time when the next expiration time of license subscription.
    extra_evaluation float
    The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
    id str
    license_count float
    The total number of license consumed in the Intersight account.
    license_count_purchased float
    The total number of license purchased from cisco.
    license_state str
    The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed - The license token is neither activated nor registered.* GraceExpired - The license grace period has expired.* TrialPeriod - The 90 days of trial period.* OutOfCompliance - The license is out of compliance.* Compliance - The license is in compliance.* TrialExpired - The trial period of 90 days has expired.
    license_type str
    The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    net_substitution float
    The total number of substituted licenses added or removed.
    object_type str
    owners Sequence[str]
    parent GetLicenseLicenseInfoParent
    permission_resources Sequence[GetLicenseLicenseInfoPermissionResource]
    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.
    start_time str
    The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
    subscription_id str
    The id of license subscription.
    substituted_licenses Sequence[GetLicenseLicenseInfoSubstitutedLicense]
    tags Sequence[GetLicenseLicenseInfoTag]
    trial_admin bool
    The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
    version_context GetLicenseLicenseInfoVersionContext
    accountLicenseData Property Map
    accountMoid String
    The Account ID for this managed object.
    activeAdmin Boolean
    The license administrative state.Set this property to 'true' to activate the license entitlements.
    additionalProperties String
    ancestors List<Property Map>
    balance Number
    The total balance we have for licenses.
    classId String
    createTime String
    The time when this managed object was created.
    daysLeft Number
    The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
    enforceMode String
    The entitlement mode reported by Cisco Smart Software Manager.
    errorDesc String
    The detailed error message when there is any error related to this licensing entitlement.
    evaluationPeriod Number
    The default Trial or Grace period customer is entitled to.
    expireTime String
    The date and time when the next expiration time of license subscription.
    extraEvaluation Number
    The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
    id String
    licenseCount Number
    The total number of license consumed in the Intersight account.
    licenseCountPurchased Number
    The total number of license purchased from cisco.
    licenseState String
    The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed - The license token is neither activated nor registered.* GraceExpired - The license grace period has expired.* TrialPeriod - The 90 days of trial period.* OutOfCompliance - The license is out of compliance.* Compliance - The license is in compliance.* TrialExpired - The trial period of 90 days has expired.
    licenseType String
    The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    netSubstitution Number
    The total number of substituted licenses added or removed.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources 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.
    startTime String
    The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
    subscriptionId String
    The id of license subscription.
    substitutedLicenses List<Property Map>
    tags List<Property Map>
    trialAdmin Boolean
    The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
    versionContext Property Map

    getLicenseLicenseInfo Result

    The following output properties are available:

    Id string
    Results List<GetLicenseLicenseInfoResult>
    AccountLicenseData GetLicenseLicenseInfoAccountLicenseData
    AccountMoid string
    ActiveAdmin bool
    AdditionalProperties string
    Ancestors List<GetLicenseLicenseInfoAncestor>
    Balance double
    ClassId string
    CreateTime string
    DaysLeft double
    DomainGroupMoid string
    EndTime string
    EnforceMode string
    ErrorDesc string
    EvaluationPeriod double
    ExpireTime string
    ExtraEvaluation double
    LicenseCount double
    LicenseCountPurchased double
    LicenseState string
    LicenseType string
    ModTime string
    Moid string
    NetSubstitution double
    ObjectType string
    Owners List<string>
    Parent GetLicenseLicenseInfoParent
    PermissionResources List<GetLicenseLicenseInfoPermissionResource>
    SharedScope string
    StartTime string
    SubscriptionId string
    SubstitutedLicenses List<GetLicenseLicenseInfoSubstitutedLicense>
    Tags List<GetLicenseLicenseInfoTag>
    TrialAdmin bool
    VersionContext GetLicenseLicenseInfoVersionContext
    Id string
    Results []GetLicenseLicenseInfoResult
    AccountLicenseData GetLicenseLicenseInfoAccountLicenseData
    AccountMoid string
    ActiveAdmin bool
    AdditionalProperties string
    Ancestors []GetLicenseLicenseInfoAncestor
    Balance float64
    ClassId string
    CreateTime string
    DaysLeft float64
    DomainGroupMoid string
    EndTime string
    EnforceMode string
    ErrorDesc string
    EvaluationPeriod float64
    ExpireTime string
    ExtraEvaluation float64
    LicenseCount float64
    LicenseCountPurchased float64
    LicenseState string
    LicenseType string
    ModTime string
    Moid string
    NetSubstitution float64
    ObjectType string
    Owners []string
    Parent GetLicenseLicenseInfoParent
    PermissionResources []GetLicenseLicenseInfoPermissionResource
    SharedScope string
    StartTime string
    SubscriptionId string
    SubstitutedLicenses []GetLicenseLicenseInfoSubstitutedLicense
    Tags []GetLicenseLicenseInfoTag
    TrialAdmin bool
    VersionContext GetLicenseLicenseInfoVersionContext
    id String
    results List<GetLicenseLicenseInfoResult>
    accountLicenseData GetLicenseLicenseInfoAccountLicenseData
    accountMoid String
    activeAdmin Boolean
    additionalProperties String
    ancestors List<GetLicenseLicenseInfoAncestor>
    balance Double
    classId String
    createTime String
    daysLeft Double
    domainGroupMoid String
    endTime String
    enforceMode String
    errorDesc String
    evaluationPeriod Double
    expireTime String
    extraEvaluation Double
    licenseCount Double
    licenseCountPurchased Double
    licenseState String
    licenseType String
    modTime String
    moid String
    netSubstitution Double
    objectType String
    owners List<String>
    parent GetLicenseLicenseInfoParent
    permissionResources List<GetLicenseLicenseInfoPermissionResource>
    sharedScope String
    startTime String
    subscriptionId String
    substitutedLicenses List<GetLicenseLicenseInfoSubstitutedLicense>
    tags List<GetLicenseLicenseInfoTag>
    trialAdmin Boolean
    versionContext GetLicenseLicenseInfoVersionContext
    id string
    results GetLicenseLicenseInfoResult[]
    accountLicenseData GetLicenseLicenseInfoAccountLicenseData
    accountMoid string
    activeAdmin boolean
    additionalProperties string
    ancestors GetLicenseLicenseInfoAncestor[]
    balance number
    classId string
    createTime string
    daysLeft number
    domainGroupMoid string
    endTime string
    enforceMode string
    errorDesc string
    evaluationPeriod number
    expireTime string
    extraEvaluation number
    licenseCount number
    licenseCountPurchased number
    licenseState string
    licenseType string
    modTime string
    moid string
    netSubstitution number
    objectType string
    owners string[]
    parent GetLicenseLicenseInfoParent
    permissionResources GetLicenseLicenseInfoPermissionResource[]
    sharedScope string
    startTime string
    subscriptionId string
    substitutedLicenses GetLicenseLicenseInfoSubstitutedLicense[]
    tags GetLicenseLicenseInfoTag[]
    trialAdmin boolean
    versionContext GetLicenseLicenseInfoVersionContext
    id str
    results Sequence[GetLicenseLicenseInfoResult]
    account_license_data GetLicenseLicenseInfoAccountLicenseData
    account_moid str
    active_admin bool
    additional_properties str
    ancestors Sequence[GetLicenseLicenseInfoAncestor]
    balance float
    class_id str
    create_time str
    days_left float
    domain_group_moid str
    end_time str
    enforce_mode str
    error_desc str
    evaluation_period float
    expire_time str
    extra_evaluation float
    license_count float
    license_count_purchased float
    license_state str
    license_type str
    mod_time str
    moid str
    net_substitution float
    object_type str
    owners Sequence[str]
    parent GetLicenseLicenseInfoParent
    permission_resources Sequence[GetLicenseLicenseInfoPermissionResource]
    shared_scope str
    start_time str
    subscription_id str
    substituted_licenses Sequence[GetLicenseLicenseInfoSubstitutedLicense]
    tags Sequence[GetLicenseLicenseInfoTag]
    trial_admin bool
    version_context GetLicenseLicenseInfoVersionContext

    Supporting Types

    GetLicenseLicenseInfoAccountLicenseData

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

    GetLicenseLicenseInfoAncestor

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

    GetLicenseLicenseInfoParent

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

    GetLicenseLicenseInfoPermissionResource

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

    GetLicenseLicenseInfoResult

    AccountLicenseDatas List<GetLicenseLicenseInfoResultAccountLicenseData>
    AccountMoid string
    The Account ID for this managed object.
    ActiveAdmin bool
    The license administrative state.Set this property to 'true' to activate the license entitlements.
    AdditionalProperties string
    Ancestors List<GetLicenseLicenseInfoResultAncestor>
    Balance double
    The total balance we have for licenses.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DaysLeft double
    The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
    EnforceMode string
    The entitlement mode reported by Cisco Smart Software Manager.
    ErrorDesc string
    The detailed error message when there is any error related to this licensing entitlement.
    EvaluationPeriod double
    The default Trial or Grace period customer is entitled to.
    ExpireTime string
    The date and time when the next expiration time of license subscription.
    ExtraEvaluation double
    The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
    LicenseCount double
    The total number of license consumed in the Intersight account.
    LicenseCountPurchased double
    The total number of license purchased from cisco.
    LicenseState string
    The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed - The license token is neither activated nor registered.* GraceExpired - The license grace period has expired.* TrialPeriod - The 90 days of trial period.* OutOfCompliance - The license is out of compliance.* Compliance - The license is in compliance.* TrialExpired - The trial period of 90 days has expired.
    LicenseType string
    The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NetSubstitution double
    The total number of substituted licenses added or removed.
    ObjectType string
    Owners List<string>
    Parents List<GetLicenseLicenseInfoResultParent>
    PermissionResources List<GetLicenseLicenseInfoResultPermissionResource>
    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.
    StartTime string
    The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
    SubscriptionId string
    The id of license subscription.
    SubstitutedLicenses List<GetLicenseLicenseInfoResultSubstitutedLicense>
    Tags List<GetLicenseLicenseInfoResultTag>
    TrialAdmin bool
    The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
    VersionContexts List<GetLicenseLicenseInfoResultVersionContext>
    AccountLicenseDatas []GetLicenseLicenseInfoResultAccountLicenseData
    AccountMoid string
    The Account ID for this managed object.
    ActiveAdmin bool
    The license administrative state.Set this property to 'true' to activate the license entitlements.
    AdditionalProperties string
    Ancestors []GetLicenseLicenseInfoResultAncestor
    Balance float64
    The total balance we have for licenses.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DaysLeft float64
    The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
    EnforceMode string
    The entitlement mode reported by Cisco Smart Software Manager.
    ErrorDesc string
    The detailed error message when there is any error related to this licensing entitlement.
    EvaluationPeriod float64
    The default Trial or Grace period customer is entitled to.
    ExpireTime string
    The date and time when the next expiration time of license subscription.
    ExtraEvaluation float64
    The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
    LicenseCount float64
    The total number of license consumed in the Intersight account.
    LicenseCountPurchased float64
    The total number of license purchased from cisco.
    LicenseState string
    The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed - The license token is neither activated nor registered.* GraceExpired - The license grace period has expired.* TrialPeriod - The 90 days of trial period.* OutOfCompliance - The license is out of compliance.* Compliance - The license is in compliance.* TrialExpired - The trial period of 90 days has expired.
    LicenseType string
    The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NetSubstitution float64
    The total number of substituted licenses added or removed.
    ObjectType string
    Owners []string
    Parents []GetLicenseLicenseInfoResultParent
    PermissionResources []GetLicenseLicenseInfoResultPermissionResource
    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.
    StartTime string
    The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
    SubscriptionId string
    The id of license subscription.
    SubstitutedLicenses []GetLicenseLicenseInfoResultSubstitutedLicense
    Tags []GetLicenseLicenseInfoResultTag
    TrialAdmin bool
    The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
    VersionContexts []GetLicenseLicenseInfoResultVersionContext
    accountLicenseDatas List<GetLicenseLicenseInfoResultAccountLicenseData>
    accountMoid String
    The Account ID for this managed object.
    activeAdmin Boolean
    The license administrative state.Set this property to 'true' to activate the license entitlements.
    additionalProperties String
    ancestors List<GetLicenseLicenseInfoResultAncestor>
    balance Double
    The total balance we have for licenses.
    classId String
    createTime String
    The time when this managed object was created.
    daysLeft Double
    The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
    enforceMode String
    The entitlement mode reported by Cisco Smart Software Manager.
    errorDesc String
    The detailed error message when there is any error related to this licensing entitlement.
    evaluationPeriod Double
    The default Trial or Grace period customer is entitled to.
    expireTime String
    The date and time when the next expiration time of license subscription.
    extraEvaluation Double
    The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
    licenseCount Double
    The total number of license consumed in the Intersight account.
    licenseCountPurchased Double
    The total number of license purchased from cisco.
    licenseState String
    The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed - The license token is neither activated nor registered.* GraceExpired - The license grace period has expired.* TrialPeriod - The 90 days of trial period.* OutOfCompliance - The license is out of compliance.* Compliance - The license is in compliance.* TrialExpired - The trial period of 90 days has expired.
    licenseType String
    The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    netSubstitution Double
    The total number of substituted licenses added or removed.
    objectType String
    owners List<String>
    parents List<GetLicenseLicenseInfoResultParent>
    permissionResources List<GetLicenseLicenseInfoResultPermissionResource>
    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.
    startTime String
    The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
    subscriptionId String
    The id of license subscription.
    substitutedLicenses List<GetLicenseLicenseInfoResultSubstitutedLicense>
    tags List<GetLicenseLicenseInfoResultTag>
    trialAdmin Boolean
    The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
    versionContexts List<GetLicenseLicenseInfoResultVersionContext>
    accountLicenseDatas GetLicenseLicenseInfoResultAccountLicenseData[]
    accountMoid string
    The Account ID for this managed object.
    activeAdmin boolean
    The license administrative state.Set this property to 'true' to activate the license entitlements.
    additionalProperties string
    ancestors GetLicenseLicenseInfoResultAncestor[]
    balance number
    The total balance we have for licenses.
    classId string
    createTime string
    The time when this managed object was created.
    daysLeft number
    The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    endTime string
    The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
    enforceMode string
    The entitlement mode reported by Cisco Smart Software Manager.
    errorDesc string
    The detailed error message when there is any error related to this licensing entitlement.
    evaluationPeriod number
    The default Trial or Grace period customer is entitled to.
    expireTime string
    The date and time when the next expiration time of license subscription.
    extraEvaluation number
    The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
    licenseCount number
    The total number of license consumed in the Intersight account.
    licenseCountPurchased number
    The total number of license purchased from cisco.
    licenseState string
    The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed - The license token is neither activated nor registered.* GraceExpired - The license grace period has expired.* TrialPeriod - The 90 days of trial period.* OutOfCompliance - The license is out of compliance.* Compliance - The license is in compliance.* TrialExpired - The trial period of 90 days has expired.
    licenseType string
    The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    netSubstitution number
    The total number of substituted licenses added or removed.
    objectType string
    owners string[]
    parents GetLicenseLicenseInfoResultParent[]
    permissionResources GetLicenseLicenseInfoResultPermissionResource[]
    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.
    startTime string
    The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
    subscriptionId string
    The id of license subscription.
    substitutedLicenses GetLicenseLicenseInfoResultSubstitutedLicense[]
    tags GetLicenseLicenseInfoResultTag[]
    trialAdmin boolean
    The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
    versionContexts GetLicenseLicenseInfoResultVersionContext[]
    account_license_datas Sequence[GetLicenseLicenseInfoResultAccountLicenseData]
    account_moid str
    The Account ID for this managed object.
    active_admin bool
    The license administrative state.Set this property to 'true' to activate the license entitlements.
    additional_properties str
    ancestors Sequence[GetLicenseLicenseInfoResultAncestor]
    balance float
    The total balance we have for licenses.
    class_id str
    create_time str
    The time when this managed object was created.
    days_left float
    The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    end_time str
    The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
    enforce_mode str
    The entitlement mode reported by Cisco Smart Software Manager.
    error_desc str
    The detailed error message when there is any error related to this licensing entitlement.
    evaluation_period float
    The default Trial or Grace period customer is entitled to.
    expire_time str
    The date and time when the next expiration time of license subscription.
    extra_evaluation float
    The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
    license_count float
    The total number of license consumed in the Intersight account.
    license_count_purchased float
    The total number of license purchased from cisco.
    license_state str
    The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed - The license token is neither activated nor registered.* GraceExpired - The license grace period has expired.* TrialPeriod - The 90 days of trial period.* OutOfCompliance - The license is out of compliance.* Compliance - The license is in compliance.* TrialExpired - The trial period of 90 days has expired.
    license_type str
    The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    net_substitution float
    The total number of substituted licenses added or removed.
    object_type str
    owners Sequence[str]
    parents Sequence[GetLicenseLicenseInfoResultParent]
    permission_resources Sequence[GetLicenseLicenseInfoResultPermissionResource]
    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.
    start_time str
    The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
    subscription_id str
    The id of license subscription.
    substituted_licenses Sequence[GetLicenseLicenseInfoResultSubstitutedLicense]
    tags Sequence[GetLicenseLicenseInfoResultTag]
    trial_admin bool
    The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
    version_contexts Sequence[GetLicenseLicenseInfoResultVersionContext]
    accountLicenseDatas List<Property Map>
    accountMoid String
    The Account ID for this managed object.
    activeAdmin Boolean
    The license administrative state.Set this property to 'true' to activate the license entitlements.
    additionalProperties String
    ancestors List<Property Map>
    balance Number
    The total balance we have for licenses.
    classId String
    createTime String
    The time when this managed object was created.
    daysLeft Number
    The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    The date and time when the trial period expires.The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state.
    enforceMode String
    The entitlement mode reported by Cisco Smart Software Manager.
    errorDesc String
    The detailed error message when there is any error related to this licensing entitlement.
    evaluationPeriod Number
    The default Trial or Grace period customer is entitled to.
    expireTime String
    The date and time when the next expiration time of license subscription.
    extraEvaluation Number
    The number of days the trial Trial or Grace period is extended.The trial or grace period can be extended once.
    licenseCount Number
    The total number of license consumed in the Intersight account.
    licenseCountPurchased Number
    The total number of license purchased from cisco.
    licenseState String
    The license state defined by Intersight.The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired.* NotLicensed - The license token is neither activated nor registered.* GraceExpired - The license grace period has expired.* TrialPeriod - The 90 days of trial period.* OutOfCompliance - The license is out of compliance.* Compliance - The license is in compliance.* TrialExpired - The trial period of 90 days has expired.
    licenseType String
    The name of the Intersight license entitlement.For example, this property may be set to 'Essential'.* Base - Base as a License type. It is default license type.* Essential - Essential as a License type.* Standard - Standard as a License type.* Advantage - Advantage as a License type.* Premier - Premier as a License type.* IWO-Essential - IWO-Essential as a License type.* IWO-Advantage - IWO-Advantage as a License type.* IWO-Premier - IWO-Premier as a License type.* IKS-Advantage - IKS-Advantage as a License type.* INC-Premier-1GFixed - Premier 1G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-10GFixed - Premier 10G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-100GFixed - Premier 100G Fixed license tier for Intersight Nexus Cloud.* INC-Premier-Mod4Slot - Premier Modular 4 slot license tier for Intersight Nexus Cloud.* INC-Premier-Mod8Slot - Premier Modular 8 slot license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsFixed - Premier D2Ops fixed license tier for Intersight Nexus Cloud.* INC-Premier-D2OpsMod - Premier D2Ops modular license tier for Intersight Nexus Cloud.* INC-Premier-CentralizedMod8Slot - Premier modular license tier of switch type CentralizedMod8Slot for Intersight Nexus Cloud.* INC-Premier-DistributedMod8Slot - Premier modular license tier of switch type DistributedMod8Slot for Intersight Nexus Cloud.* ERP-Advantage - Advantage license tier for ERP workflows.* IntersightTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Intersight tiers.* IWOTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IKS tiers.* IKSTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode IWO tiers.* INCTrial - Virtual dummy license type to indicate trial. Used for UI display of trial mode Nexus tiers.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    netSubstitution Number
    The total number of substituted licenses added or removed.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources 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.
    startTime String
    The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state.
    subscriptionId String
    The id of license subscription.
    substitutedLicenses List<Property Map>
    tags List<Property Map>
    trialAdmin Boolean
    The administrative state of the trial license.When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period,i.e. licenseState is set to be TrialPeriod.
    versionContexts List<Property Map>

    GetLicenseLicenseInfoResultAccountLicenseData

    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

    GetLicenseLicenseInfoResultAncestor

    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

    GetLicenseLicenseInfoResultParent

    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

    GetLicenseLicenseInfoResultPermissionResource

    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

    GetLicenseLicenseInfoResultSubstitutedLicense

    GetLicenseLicenseInfoResultTag

    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

    GetLicenseLicenseInfoResultVersionContext

    GetLicenseLicenseInfoResultVersionContextInterestedMo

    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

    GetLicenseLicenseInfoResultVersionContextRefMo

    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

    GetLicenseLicenseInfoSubstitutedLicense

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SubstitutedLicense string
    The substitute license that is used.
    SubstitutedQuantity double
    The number of substitute licenses that are used.
    SubstitutionType string
    The substitution from lower or from higher tier.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SubstitutedLicense string
    The substitute license that is used.
    SubstitutedQuantity float64
    The number of substitute licenses that are used.
    SubstitutionType string
    The substitution from lower or from higher tier.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    substitutedLicense String
    The substitute license that is used.
    substitutedQuantity Double
    The number of substitute licenses that are used.
    substitutionType String
    The substitution from lower or from higher tier.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    substitutedLicense string
    The substitute license that is used.
    substitutedQuantity number
    The number of substitute licenses that are used.
    substitutionType string
    The substitution from lower or from higher tier.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    substituted_license str
    The substitute license that is used.
    substituted_quantity float
    The number of substitute licenses that are used.
    substitution_type str
    The substitution from lower or from higher tier.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    substitutedLicense String
    The substitute license that is used.
    substitutedQuantity Number
    The number of substitute licenses that are used.
    substitutionType String
    The substitution from lower or from higher tier.

    GetLicenseLicenseInfoTag

    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.

    GetLicenseLicenseInfoVersionContext

    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<GetLicenseLicenseInfoVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetLicenseLicenseInfoVersionContextRefMo
    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 []GetLicenseLicenseInfoVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetLicenseLicenseInfoVersionContextRefMo
    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<GetLicenseLicenseInfoVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetLicenseLicenseInfoVersionContextRefMo
    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 GetLicenseLicenseInfoVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetLicenseLicenseInfoVersionContextRefMo
    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[GetLicenseLicenseInfoVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetLicenseLicenseInfoVersionContextRefMo
    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
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

    GetLicenseLicenseInfoVersionContextInterestedMo

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

    GetLicenseLicenseInfoVersionContextRefMo

    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