azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

481 строка
42 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.confluent.models.Access"
fullName: "com.azure.resourcemanager.confluent.models.Access"
name: "Access"
nameWithType: "Access"
summary: "Resource collection API of Access."
syntax: "public interface **Access**"
methods:
- uid: "com.azure.resourcemanager.confluent.models.Access.createRoleBinding(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.AccessCreateRoleBindingRequestModel)"
fullName: "com.azure.resourcemanager.confluent.models.Access.createRoleBinding(String resourceGroupName, String organizationName, AccessCreateRoleBindingRequestModel body)"
name: "createRoleBinding(String resourceGroupName, String organizationName, AccessCreateRoleBindingRequestModel body)"
nameWithType: "Access.createRoleBinding(String resourceGroupName, String organizationName, AccessCreateRoleBindingRequestModel body)"
summary: "Organization role bindings."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Organization resource name."
name: "organizationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Create role binding Request Model."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.confluent.models.AccessCreateRoleBindingRequestModel?alt=com.azure.resourcemanager.confluent.models.AccessCreateRoleBindingRequestModel&text=AccessCreateRoleBindingRequestModel\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract RoleBindingRecord createRoleBinding(String resourceGroupName, String organizationName, AccessCreateRoleBindingRequestModel body)"
desc: "Organization role bindings."
returns:
description: "details on principal, role name and crn pattern of a role binding."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.RoleBindingRecord?alt=com.azure.resourcemanager.confluent.models.RoleBindingRecord&text=RoleBindingRecord\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.Access.createRoleBindingWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.AccessCreateRoleBindingRequestModel,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confluent.models.Access.createRoleBindingWithResponse(String resourceGroupName, String organizationName, AccessCreateRoleBindingRequestModel body, Context context)"
name: "createRoleBindingWithResponse(String resourceGroupName, String organizationName, AccessCreateRoleBindingRequestModel body, Context context)"
nameWithType: "Access.createRoleBindingWithResponse(String resourceGroupName, String organizationName, AccessCreateRoleBindingRequestModel body, Context context)"
summary: "Organization role bindings."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Organization resource name."
name: "organizationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Create role binding Request Model."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.confluent.models.AccessCreateRoleBindingRequestModel?alt=com.azure.resourcemanager.confluent.models.AccessCreateRoleBindingRequestModel&text=AccessCreateRoleBindingRequestModel\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<RoleBindingRecord> createRoleBindingWithResponse(String resourceGroupName, String organizationName, AccessCreateRoleBindingRequestModel body, Context context)"
desc: "Organization role bindings."
returns:
description: "details on principal, role name and crn pattern of a role binding along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confluent.models.RoleBindingRecord?alt=com.azure.resourcemanager.confluent.models.RoleBindingRecord&text=RoleBindingRecord\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confluent.models.Access.deleteRoleBinding(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.Access.deleteRoleBinding(String resourceGroupName, String organizationName, String roleBindingId)"
name: "deleteRoleBinding(String resourceGroupName, String organizationName, String roleBindingId)"
nameWithType: "Access.deleteRoleBinding(String resourceGroupName, String organizationName, String roleBindingId)"
summary: "Organization role bindings."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Organization resource name."
name: "organizationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Confluent Role binding id."
name: "roleBindingId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteRoleBinding(String resourceGroupName, String organizationName, String roleBindingId)"
desc: "Organization role bindings."
- uid: "com.azure.resourcemanager.confluent.models.Access.deleteRoleBindingWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confluent.models.Access.deleteRoleBindingWithResponse(String resourceGroupName, String organizationName, String roleBindingId, Context context)"
name: "deleteRoleBindingWithResponse(String resourceGroupName, String organizationName, String roleBindingId, Context context)"
nameWithType: "Access.deleteRoleBindingWithResponse(String resourceGroupName, String organizationName, String roleBindingId, Context context)"
summary: "Organization role bindings."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Organization resource name."
name: "organizationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Confluent Role binding id."
name: "roleBindingId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<Void> deleteRoleBindingWithResponse(String resourceGroupName, String organizationName, String roleBindingId, Context context)"
desc: "Organization role bindings."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.confluent.models.Access.inviteUser(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.AccessInviteUserAccountModel)"
fullName: "com.azure.resourcemanager.confluent.models.Access.inviteUser(String resourceGroupName, String organizationName, AccessInviteUserAccountModel body)"
name: "inviteUser(String resourceGroupName, String organizationName, AccessInviteUserAccountModel body)"
nameWithType: "Access.inviteUser(String resourceGroupName, String organizationName, AccessInviteUserAccountModel body)"
summary: "Invite user to the organization."
modifiers:
- "abstract"
parameters:
- description: "Resource group name."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Organization resource name."
name: "organizationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Invite user account model."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.confluent.models.AccessInviteUserAccountModel?alt=com.azure.resourcemanager.confluent.models.AccessInviteUserAccountModel&text=AccessInviteUserAccountModel\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract InvitationRecord inviteUser(String resourceGroupName, String organizationName, AccessInviteUserAccountModel body)"
desc: "Invite user to the organization."
returns:
description: "record of the invitation."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.InvitationRecord?alt=com.azure.resourcemanager.confluent.models.InvitationRecord&text=InvitationRecord\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.Access.inviteUserWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.AccessInviteUserAccountModel,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confluent.models.Access.inviteUserWithResponse(String resourceGroupName, String organizationName, AccessInviteUserAccountModel body, Context context)"
name: "inviteUserWithResponse(String resourceGroupName, String organizationName, AccessInviteUserAccountModel body, Context context)"
nameWithType: "Access.inviteUserWithResponse(String resourceGroupName, String organizationName, AccessInviteUserAccountModel body, Context context)"
summary: "Invite user to the organization."
modifiers:
- "abstract"
parameters:
- description: "Resource group name."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Organization resource name."
name: "organizationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Invite user account model."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.confluent.models.AccessInviteUserAccountModel?alt=com.azure.resourcemanager.confluent.models.AccessInviteUserAccountModel&text=AccessInviteUserAccountModel\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<InvitationRecord> inviteUserWithResponse(String resourceGroupName, String organizationName, AccessInviteUserAccountModel body, Context context)"
desc: "Invite user to the organization."
returns:
description: "record of the invitation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confluent.models.InvitationRecord?alt=com.azure.resourcemanager.confluent.models.InvitationRecord&text=InvitationRecord\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confluent.models.Access.listClusters(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel)"
fullName: "com.azure.resourcemanager.confluent.models.Access.listClusters(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
name: "listClusters(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
nameWithType: "Access.listClusters(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
summary: "Cluster details."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Organization resource name."
name: "organizationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "List Access Request Model."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract AccessListClusterSuccessResponse listClusters(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
desc: "Cluster details."
returns:
description: "details of the clusters returned on successful response."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.AccessListClusterSuccessResponse?alt=com.azure.resourcemanager.confluent.models.AccessListClusterSuccessResponse&text=AccessListClusterSuccessResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.Access.listClustersWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confluent.models.Access.listClustersWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
name: "listClustersWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
nameWithType: "Access.listClustersWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
summary: "Cluster details."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Organization resource name."
name: "organizationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "List Access Request Model."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<AccessListClusterSuccessResponse> listClustersWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
desc: "Cluster details."
returns:
description: "details of the clusters returned on successful response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confluent.models.AccessListClusterSuccessResponse?alt=com.azure.resourcemanager.confluent.models.AccessListClusterSuccessResponse&text=AccessListClusterSuccessResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confluent.models.Access.listEnvironments(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel)"
fullName: "com.azure.resourcemanager.confluent.models.Access.listEnvironments(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
name: "listEnvironments(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
nameWithType: "Access.listEnvironments(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
summary: "Environment list of an organization."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Organization resource name."
name: "organizationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "List Access Request Model."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract AccessListEnvironmentsSuccessResponse listEnvironments(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
desc: "Environment list of an organization."
returns:
description: "details of the environments returned on successful response."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.AccessListEnvironmentsSuccessResponse?alt=com.azure.resourcemanager.confluent.models.AccessListEnvironmentsSuccessResponse&text=AccessListEnvironmentsSuccessResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.Access.listEnvironmentsWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confluent.models.Access.listEnvironmentsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
name: "listEnvironmentsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
nameWithType: "Access.listEnvironmentsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
summary: "Environment list of an organization."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Organization resource name."
name: "organizationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "List Access Request Model."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<AccessListEnvironmentsSuccessResponse> listEnvironmentsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
desc: "Environment list of an organization."
returns:
description: "details of the environments returned on successful response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confluent.models.AccessListEnvironmentsSuccessResponse?alt=com.azure.resourcemanager.confluent.models.AccessListEnvironmentsSuccessResponse&text=AccessListEnvironmentsSuccessResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confluent.models.Access.listInvitations(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel)"
fullName: "com.azure.resourcemanager.confluent.models.Access.listInvitations(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
name: "listInvitations(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
nameWithType: "Access.listInvitations(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
summary: "Organization accounts invitation details."
modifiers:
- "abstract"
parameters:
- description: "Resource group name."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Organization resource name."
name: "organizationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "List Access Request Model."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract AccessListInvitationsSuccessResponse listInvitations(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
desc: "Organization accounts invitation details."
returns:
description: "list invitations success response."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.AccessListInvitationsSuccessResponse?alt=com.azure.resourcemanager.confluent.models.AccessListInvitationsSuccessResponse&text=AccessListInvitationsSuccessResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.Access.listInvitationsWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confluent.models.Access.listInvitationsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
name: "listInvitationsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
nameWithType: "Access.listInvitationsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
summary: "Organization accounts invitation details."
modifiers:
- "abstract"
parameters:
- description: "Resource group name."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Organization resource name."
name: "organizationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "List Access Request Model."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<AccessListInvitationsSuccessResponse> listInvitationsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
desc: "Organization accounts invitation details."
returns:
description: "list invitations success response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confluent.models.AccessListInvitationsSuccessResponse?alt=com.azure.resourcemanager.confluent.models.AccessListInvitationsSuccessResponse&text=AccessListInvitationsSuccessResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confluent.models.Access.listRoleBindingNameList(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel)"
fullName: "com.azure.resourcemanager.confluent.models.Access.listRoleBindingNameList(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
name: "listRoleBindingNameList(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
nameWithType: "Access.listRoleBindingNameList(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
summary: "Organization role bindings."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Organization resource name."
name: "organizationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "List Access Request Model."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract AccessRoleBindingNameListSuccessResponse listRoleBindingNameList(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
desc: "Organization role bindings."
returns:
description: "details of the role binding names returned on successful response."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.AccessRoleBindingNameListSuccessResponse?alt=com.azure.resourcemanager.confluent.models.AccessRoleBindingNameListSuccessResponse&text=AccessRoleBindingNameListSuccessResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.Access.listRoleBindingNameListWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confluent.models.Access.listRoleBindingNameListWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
name: "listRoleBindingNameListWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
nameWithType: "Access.listRoleBindingNameListWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
summary: "Organization role bindings."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Organization resource name."
name: "organizationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "List Access Request Model."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<AccessRoleBindingNameListSuccessResponse> listRoleBindingNameListWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
desc: "Organization role bindings."
returns:
description: "details of the role binding names returned on successful response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confluent.models.AccessRoleBindingNameListSuccessResponse?alt=com.azure.resourcemanager.confluent.models.AccessRoleBindingNameListSuccessResponse&text=AccessRoleBindingNameListSuccessResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confluent.models.Access.listRoleBindings(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel)"
fullName: "com.azure.resourcemanager.confluent.models.Access.listRoleBindings(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
name: "listRoleBindings(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
nameWithType: "Access.listRoleBindings(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
summary: "Organization role bindings."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Organization resource name."
name: "organizationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "List Access Request Model."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract AccessListRoleBindingsSuccessResponse listRoleBindings(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
desc: "Organization role bindings."
returns:
description: "details of the role bindings returned on successful response."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.AccessListRoleBindingsSuccessResponse?alt=com.azure.resourcemanager.confluent.models.AccessListRoleBindingsSuccessResponse&text=AccessListRoleBindingsSuccessResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.Access.listRoleBindingsWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confluent.models.Access.listRoleBindingsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
name: "listRoleBindingsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
nameWithType: "Access.listRoleBindingsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
summary: "Organization role bindings."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Organization resource name."
name: "organizationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "List Access Request Model."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<AccessListRoleBindingsSuccessResponse> listRoleBindingsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
desc: "Organization role bindings."
returns:
description: "details of the role bindings returned on successful response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confluent.models.AccessListRoleBindingsSuccessResponse?alt=com.azure.resourcemanager.confluent.models.AccessListRoleBindingsSuccessResponse&text=AccessListRoleBindingsSuccessResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confluent.models.Access.listServiceAccounts(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel)"
fullName: "com.azure.resourcemanager.confluent.models.Access.listServiceAccounts(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
name: "listServiceAccounts(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
nameWithType: "Access.listServiceAccounts(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
summary: "Organization service accounts details."
modifiers:
- "abstract"
parameters:
- description: "Resource group name."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Organization resource name."
name: "organizationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "List Access Request Model."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract AccessListServiceAccountsSuccessResponse listServiceAccounts(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
desc: "Organization service accounts details."
returns:
description: "list service accounts success response."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.AccessListServiceAccountsSuccessResponse?alt=com.azure.resourcemanager.confluent.models.AccessListServiceAccountsSuccessResponse&text=AccessListServiceAccountsSuccessResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.Access.listServiceAccountsWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confluent.models.Access.listServiceAccountsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
name: "listServiceAccountsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
nameWithType: "Access.listServiceAccountsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
summary: "Organization service accounts details."
modifiers:
- "abstract"
parameters:
- description: "Resource group name."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Organization resource name."
name: "organizationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "List Access Request Model."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<AccessListServiceAccountsSuccessResponse> listServiceAccountsWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
desc: "Organization service accounts details."
returns:
description: "list service accounts success response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confluent.models.AccessListServiceAccountsSuccessResponse?alt=com.azure.resourcemanager.confluent.models.AccessListServiceAccountsSuccessResponse&text=AccessListServiceAccountsSuccessResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confluent.models.Access.listUsers(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel)"
fullName: "com.azure.resourcemanager.confluent.models.Access.listUsers(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
name: "listUsers(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
nameWithType: "Access.listUsers(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
summary: "Organization users details."
modifiers:
- "abstract"
parameters:
- description: "Resource group name."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Organization resource name."
name: "organizationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "List Access Request Model."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract AccessListUsersSuccessResponse listUsers(String resourceGroupName, String organizationName, ListAccessRequestModel body)"
desc: "Organization users details."
returns:
description: "list users success response."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.AccessListUsersSuccessResponse?alt=com.azure.resourcemanager.confluent.models.AccessListUsersSuccessResponse&text=AccessListUsersSuccessResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.Access.listUsersWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.confluent.models.ListAccessRequestModel,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confluent.models.Access.listUsersWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
name: "listUsersWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
nameWithType: "Access.listUsersWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
summary: "Organization users details."
modifiers:
- "abstract"
parameters:
- description: "Resource group name."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Organization resource name."
name: "organizationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "List Access Request Model."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ListAccessRequestModel?alt=com.azure.resourcemanager.confluent.models.ListAccessRequestModel&text=ListAccessRequestModel\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<AccessListUsersSuccessResponse> listUsersWithResponse(String resourceGroupName, String organizationName, ListAccessRequestModel body, Context context)"
desc: "Organization users details."
returns:
description: "list users success response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confluent.models.AccessListUsersSuccessResponse?alt=com.azure.resourcemanager.confluent.models.AccessListUsersSuccessResponse&text=AccessListUsersSuccessResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Access."
metadata: {}
package: "com.azure.resourcemanager.confluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confluent:1.1.0