154 строки
7.7 KiB
YAML
154 строки
7.7 KiB
YAML
### YamlMime:JavaType
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.keyvault.models.IssuerBundle.attributes()
|
|
name: attributes()
|
|
nameWithType: IssuerBundle.attributes()
|
|
returns:
|
|
description: <p>the attributes value </p>
|
|
type: <xref href="com.microsoft.azure.keyvault.models.IssuerAttributes?alt=com.microsoft.azure.keyvault.models.IssuerAttributes&text=IssuerAttributes" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the attributes value.</p>
|
|
|
|
<p></p>
|
|
syntax: public IssuerAttributes attributes()
|
|
uid: com.microsoft.azure.keyvault.models.IssuerBundle.attributes()
|
|
- fullName: com.microsoft.azure.keyvault.models.IssuerBundle.credentials()
|
|
name: credentials()
|
|
nameWithType: IssuerBundle.credentials()
|
|
returns:
|
|
description: <p>the credentials value </p>
|
|
type: <xref href="com.microsoft.azure.keyvault.models.IssuerCredentials?alt=com.microsoft.azure.keyvault.models.IssuerCredentials&text=IssuerCredentials" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the credentials value.</p>
|
|
|
|
<p></p>
|
|
syntax: public IssuerCredentials credentials()
|
|
uid: com.microsoft.azure.keyvault.models.IssuerBundle.credentials()
|
|
- fullName: com.microsoft.azure.keyvault.models.IssuerBundle.id()
|
|
name: id()
|
|
nameWithType: IssuerBundle.id()
|
|
returns:
|
|
description: <p>the id value </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the id value.</p>
|
|
|
|
<p></p>
|
|
syntax: public String id()
|
|
uid: com.microsoft.azure.keyvault.models.IssuerBundle.id()
|
|
- fullName: com.microsoft.azure.keyvault.models.IssuerBundle.issuerIdentifier()
|
|
name: issuerIdentifier()
|
|
nameWithType: IssuerBundle.issuerIdentifier()
|
|
returns:
|
|
description: <p>identifier for issuer </p>
|
|
type: <xref href="com.microsoft.azure.keyvault.IssuerIdentifier?alt=com.microsoft.azure.keyvault.IssuerIdentifier&text=IssuerIdentifier" data-throw-if-not-resolved="False"/>
|
|
summary: <p>The issuer identifier. </p>
|
|
syntax: public IssuerIdentifier issuerIdentifier()
|
|
uid: com.microsoft.azure.keyvault.models.IssuerBundle.issuerIdentifier()
|
|
- fullName: com.microsoft.azure.keyvault.models.IssuerBundle.organizationDetails()
|
|
name: organizationDetails()
|
|
nameWithType: IssuerBundle.organizationDetails()
|
|
returns:
|
|
description: <p>the organizationDetails value </p>
|
|
type: <xref href="com.microsoft.azure.keyvault.models.OrganizationDetails?alt=com.microsoft.azure.keyvault.models.OrganizationDetails&text=OrganizationDetails" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the organizationDetails value.</p>
|
|
|
|
<p></p>
|
|
syntax: public OrganizationDetails organizationDetails()
|
|
uid: com.microsoft.azure.keyvault.models.IssuerBundle.organizationDetails()
|
|
- fullName: com.microsoft.azure.keyvault.models.IssuerBundle.provider()
|
|
name: provider()
|
|
nameWithType: IssuerBundle.provider()
|
|
returns:
|
|
description: <p>the provider value </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the provider value.</p>
|
|
|
|
<p></p>
|
|
syntax: public String provider()
|
|
uid: com.microsoft.azure.keyvault.models.IssuerBundle.provider()
|
|
- fullName: com.microsoft.azure.keyvault.models.IssuerBundle.toString()
|
|
name: toString()
|
|
nameWithType: IssuerBundle.toString()
|
|
returns:
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
syntax: public String toString()
|
|
uid: com.microsoft.azure.keyvault.models.IssuerBundle.toString()
|
|
- fullName: com.microsoft.azure.keyvault.models.IssuerBundle.withAttributes(IssuerAttributes attributes)
|
|
name: withAttributes(IssuerAttributes attributes)
|
|
nameWithType: IssuerBundle.withAttributes(IssuerAttributes attributes)
|
|
parameters:
|
|
- description: <p>the attributes value to set </p>
|
|
name: attributes
|
|
type: <xref href="com.microsoft.azure.keyvault.models.IssuerAttributes?alt=com.microsoft.azure.keyvault.models.IssuerAttributes&text=IssuerAttributes" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the IssuerBundle object itself. </p>
|
|
type: <xref href="com.microsoft.azure.keyvault.models.IssuerBundle?alt=com.microsoft.azure.keyvault.models.IssuerBundle&text=IssuerBundle" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the attributes value.</p>
|
|
|
|
<p></p>
|
|
syntax: public IssuerBundle withAttributes(IssuerAttributes attributes)
|
|
uid: com.microsoft.azure.keyvault.models.IssuerBundle.withAttributes(IssuerAttributes)
|
|
- fullName: com.microsoft.azure.keyvault.models.IssuerBundle.withCredentials(IssuerCredentials credentials)
|
|
name: withCredentials(IssuerCredentials credentials)
|
|
nameWithType: IssuerBundle.withCredentials(IssuerCredentials credentials)
|
|
parameters:
|
|
- description: <p>the credentials value to set </p>
|
|
name: credentials
|
|
type: <xref href="com.microsoft.azure.keyvault.models.IssuerCredentials?alt=com.microsoft.azure.keyvault.models.IssuerCredentials&text=IssuerCredentials" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the IssuerBundle object itself. </p>
|
|
type: <xref href="com.microsoft.azure.keyvault.models.IssuerBundle?alt=com.microsoft.azure.keyvault.models.IssuerBundle&text=IssuerBundle" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the credentials value.</p>
|
|
|
|
<p></p>
|
|
syntax: public IssuerBundle withCredentials(IssuerCredentials credentials)
|
|
uid: com.microsoft.azure.keyvault.models.IssuerBundle.withCredentials(IssuerCredentials)
|
|
- fullName: com.microsoft.azure.keyvault.models.IssuerBundle.withOrganizationDetails(OrganizationDetails organizationDetails)
|
|
name: withOrganizationDetails(OrganizationDetails organizationDetails)
|
|
nameWithType: IssuerBundle.withOrganizationDetails(OrganizationDetails organizationDetails)
|
|
parameters:
|
|
- description: <p>the organizationDetails value to set </p>
|
|
name: organizationDetails
|
|
type: <xref href="com.microsoft.azure.keyvault.models.OrganizationDetails?alt=com.microsoft.azure.keyvault.models.OrganizationDetails&text=OrganizationDetails" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the IssuerBundle object itself. </p>
|
|
type: <xref href="com.microsoft.azure.keyvault.models.IssuerBundle?alt=com.microsoft.azure.keyvault.models.IssuerBundle&text=IssuerBundle" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the organizationDetails value.</p>
|
|
|
|
<p></p>
|
|
syntax: public IssuerBundle withOrganizationDetails(OrganizationDetails organizationDetails)
|
|
uid: com.microsoft.azure.keyvault.models.IssuerBundle.withOrganizationDetails(OrganizationDetails)
|
|
- fullName: com.microsoft.azure.keyvault.models.IssuerBundle.withProvider(String provider)
|
|
name: withProvider(String provider)
|
|
nameWithType: IssuerBundle.withProvider(String provider)
|
|
parameters:
|
|
- description: <p>the provider value to set </p>
|
|
name: provider
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the IssuerBundle object itself. </p>
|
|
type: <xref href="com.microsoft.azure.keyvault.models.IssuerBundle?alt=com.microsoft.azure.keyvault.models.IssuerBundle&text=IssuerBundle" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the provider value.</p>
|
|
|
|
<p></p>
|
|
syntax: public IssuerBundle withProvider(String provider)
|
|
uid: com.microsoft.azure.keyvault.models.IssuerBundle.withProvider(String)
|
|
nameWithType: IssuerBundle
|
|
syntax: public class IssuerBundle
|
|
type: class
|
|
uid: com.microsoft.azure.keyvault.models.IssuerBundle
|
|
fullName: com.microsoft.azure.keyvault.models.IssuerBundle
|
|
name: IssuerBundle
|
|
package: com.microsoft.azure.keyvault.models
|
|
summary: <p>The issuer for Key Vault certificate. </p>
|
|
metadata: {}
|